13 lines
410 B
Plaintext
13 lines
410 B
Plaintext
$OpenBSD: patch-client_heartbeat-client_c,v 1.2 2004/04/23 20:28:16 naddy Exp $
|
|
--- client/heartbeat-client.c.orig 2004-04-21 14:07:53.000000000 +0200
|
|
+++ client/heartbeat-client.c 2004-04-21 14:08:08.000000000 +0200
|
|
@@ -277,7 +277,7 @@ int main(int argc, char *argv[])
|
|
if (argc != 2)
|
|
{
|
|
fprintf(stderr,
|
|
- "heartbeat-client <configfile>\n");
|
|
+ "sixxs-heartbeatd <configfile>\n");
|
|
return -1;
|
|
}
|
|
|