diff options
author | 2004-04-20 03:58:14 +0000 | |
---|---|---|
committer | 2004-04-20 03:58:14 +0000 | |
commit | 86001ce53f4713bf2cb100c8dbd4980875346b0f (patch) | |
tree | c48ad37a26d9c1ca8fe72050eabfc7d6dd699cf2 | |
parent | tree.h is not used at all (diff) | |
download | wireguard-openbsd-86001ce53f4713bf2cb100c8dbd4980875346b0f.tar.xz wireguard-openbsd-86001ce53f4713bf2cb100c8dbd4980875346b0f.zip |
there are lies, damn lies, and isc dhcpd manpages
-rw-r--r-- | usr.sbin/dhcpd/dhcpd.8 | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/usr.sbin/dhcpd/dhcpd.8 b/usr.sbin/dhcpd/dhcpd.8 index 41ef5f19cb3..ae6ec140176 100644 --- a/usr.sbin/dhcpd/dhcpd.8 +++ b/usr.sbin/dhcpd/dhcpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhcpd.8,v 1.4 2004/04/20 03:46:19 henning Exp $ +.\" $OpenBSD: dhcpd.8,v 1.5 2004/04/20 03:58:14 henning Exp $ .\" .\" Copyright (c) 1995, 1996 The Internet Software Consortium. .\" All rights reserved. @@ -119,14 +119,6 @@ Whenever changes are made to the file, .Nm must be restarted. -To restart -.Nm dhcpd , -send a -.Dv SIGTERM -(signal 15) to the process ID contained in -.Pa /var/run/dhcpd.pid , -and then re-invoke -.Nm dhcpd . Because the DHCP server database is not as lightweight as a BOOTP database, .Nm does not automatically restart itself when it sees a change to the @@ -327,8 +319,6 @@ file syntax is provided in DHCPD configuration file. .It /var/db/dhcpd.leases DHCPD lease file. -.It /var/run/dhcpd.pid -DHCPD PID. .El .Sh SEE ALSO .Xr dhcpd.conf 5 , |