]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Don't name dhcpd - this is used by dhclient and dhcrelay as well
authorTed Lemon <source@isc.org>
Sat, 22 Feb 1997 12:26:12 +0000 (12:26 +0000)
committerTed Lemon <source@isc.org>
Sat, 22 Feb 1997 12:26:12 +0000 (12:26 +0000)
common/errwarn.c
errwarn.c

index 720822e5a0239aa396c86702515aeb384e5034bf..34e0d81e51ff45d2a901b3f62bf0b6d069085aaf 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: errwarn.c,v 1.13 1997/02/22 08:30:13 mellon Exp $ Copyright (c) 1996 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: errwarn.c,v 1.14 1997/02/22 12:26:12 mellon Exp $ Copyright (c) 1996 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -82,7 +82,7 @@ void error (ANSI_DECL(char *) fmt, VA_DOTDOTDOT)
 
   syslog (LOG_CRIT, "exiting.");
   if (log_perror) {
-       fprintf (stderr, "dhcpd: exiting.\n");
+       fprintf (stderr, "exiting.\n");
        fflush (stderr);
   }
   cleanup ();
index 720822e5a0239aa396c86702515aeb384e5034bf..34e0d81e51ff45d2a901b3f62bf0b6d069085aaf 100644 (file)
--- a/errwarn.c
+++ b/errwarn.c
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: errwarn.c,v 1.13 1997/02/22 08:30:13 mellon Exp $ Copyright (c) 1996 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: errwarn.c,v 1.14 1997/02/22 12:26:12 mellon Exp $ Copyright (c) 1996 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -82,7 +82,7 @@ void error (ANSI_DECL(char *) fmt, VA_DOTDOTDOT)
 
   syslog (LOG_CRIT, "exiting.");
   if (log_perror) {
-       fprintf (stderr, "dhcpd: exiting.\n");
+       fprintf (stderr, "exiting.\n");
        fflush (stderr);
   }
   cleanup ();