mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 13:57:50 +00:00
Don't name dhcpd - this is used by dhclient and dhcrelay as well
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char copyright[] =
|
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 */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "dhcpd.h"
|
#include "dhcpd.h"
|
||||||
@@ -82,7 +82,7 @@ void error (ANSI_DECL(char *) fmt, VA_DOTDOTDOT)
|
|||||||
|
|
||||||
syslog (LOG_CRIT, "exiting.");
|
syslog (LOG_CRIT, "exiting.");
|
||||||
if (log_perror) {
|
if (log_perror) {
|
||||||
fprintf (stderr, "dhcpd: exiting.\n");
|
fprintf (stderr, "exiting.\n");
|
||||||
fflush (stderr);
|
fflush (stderr);
|
||||||
}
|
}
|
||||||
cleanup ();
|
cleanup ();
|
||||||
|
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char copyright[] =
|
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 */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "dhcpd.h"
|
#include "dhcpd.h"
|
||||||
@@ -82,7 +82,7 @@ void error (ANSI_DECL(char *) fmt, VA_DOTDOTDOT)
|
|||||||
|
|
||||||
syslog (LOG_CRIT, "exiting.");
|
syslog (LOG_CRIT, "exiting.");
|
||||||
if (log_perror) {
|
if (log_perror) {
|
||||||
fprintf (stderr, "dhcpd: exiting.\n");
|
fprintf (stderr, "exiting.\n");
|
||||||
fflush (stderr);
|
fflush (stderr);
|
||||||
}
|
}
|
||||||
cleanup ();
|
cleanup ();
|
||||||
|
Reference in New Issue
Block a user