diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-03-18 23:52:24 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-03-18 23:52:24 +0000 |
commit | e73db35ab4313ebb6ffc1193f01b662ff4f853d6 (patch) | |
tree | 7b316b53b2f770d3926f9c6ed970ff0425c64521 | |
parent | 522e975812b491680a5af4b4a2c43137960ac72b (diff) |
missed a RUNDIR -> /var/run
-rw-r--r-- | usr.sbin/dhcp/server/dhcpd.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/dhcp/server/dhcpd.8 b/usr.sbin/dhcp/server/dhcpd.8 index 272de899939..a85cf780199 100644 --- a/usr.sbin/dhcp/server/dhcpd.8 +++ b/usr.sbin/dhcp/server/dhcpd.8 @@ -131,7 +131,7 @@ BOOTP client, permanently assigning an address to each client. Whenever changes are made to the dhcpd.conf file, dhcpd must be restarted. To restart dhcpd, send a SIGTERM (signal 15) to the process ID contained in -.IR RUNDIR/dhcpd.pid , +.IR /var/run/dhcpd.pid , and then re-invoke dhcpd. Because the DHCP server database is not as lightweight as a BOOTP database, dhcpd does not automatically restart itself when it sees a change to the dhcpd.conf file. |