diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-26 08:06:22 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-26 08:06:22 +0000 |
commit | ee4f4a92db4ae44b88d19c3645502d159933b19b (patch) | |
tree | ec3f0e70f9b53e452616b0ada4af4616056c1884 /contrib/isc-dhcp/common/dispatch.c | |
parent | f1b2a73d600a397664f7e0bb0759d114e4bd9338 (diff) | |
download | src-ee4f4a92db4ae44b88d19c3645502d159933b19b.tar.gz src-ee4f4a92db4ae44b88d19c3645502d159933b19b.zip |
Import Patchlevel 1 of the ISC 2.0 dhcp client.
Notes
Notes:
svn path=/vendor/isc-dhcp/dist/; revision=62104
Diffstat (limited to 'contrib/isc-dhcp/common/dispatch.c')
-rw-r--r-- | contrib/isc-dhcp/common/dispatch.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/contrib/isc-dhcp/common/dispatch.c b/contrib/isc-dhcp/common/dispatch.c index cdf7ef525dbe..d44a98740e45 100644 --- a/contrib/isc-dhcp/common/dispatch.c +++ b/contrib/isc-dhcp/common/dispatch.c @@ -42,7 +42,7 @@ #ifndef lint static char copyright[] = -"$Id: dispatch.c,v 1.47.2.14 1999/03/29 22:16:36 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: dispatch.c,v 1.47.2.15 1999/07/13 12:51:55 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -456,9 +456,10 @@ void discover_interfaces (state) if (!tmp -> shared_network && (state == DISCOVER_SERVER)) { warn ("No subnet declaration for %s (%s).", tmp -> name, inet_ntoa (foo.sin_addr)); - warn ("Please write a subnet declaration for the %s", - "network segment to"); - error ("which interface %s is attached.", tmp -> name); + warn ("Please write a subnet declaration in your %s", + "dhcpd.conf file for the"); + error ("network segment to which interface %s %s", + tmp -> name, "is attached."); } /* Find subnets that don't have valid interface |