diff options
author | 2006-02-09 12:08:58 +0000 | |
---|---|---|
committer | 2006-02-09 12:08:58 +0000 | |
commit | d179a66d640aba9fec340f0fb53c1448f6a278c8 (patch) | |
tree | b0a5caf98d3a9774ca85f91207e5f326bc2ace20 | |
parent | sync PCI id. (diff) | |
download | wireguard-openbsd-d179a66d640aba9fec340f0fb53c1448f6a278c8.tar.xz wireguard-openbsd-d179a66d640aba9fec340f0fb53c1448f6a278c8.zip |
No longer need to touch the dhcpd.leases file before running dhcpd.
From Mike Pechkin <mike.pechkin@gmail.com>.
OK henning, jmc
-rw-r--r-- | share/man/man8/dhcp.8 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man8/dhcp.8 b/share/man/man8/dhcp.8 index b5544eeceb3..bca6642da09 100644 --- a/share/man/man8/dhcp.8 +++ b/share/man/man8/dhcp.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhcp.8,v 1.20 2005/08/30 19:33:26 david Exp $ +.\" $OpenBSD: dhcp.8,v 1.21 2006/02/09 12:08:58 jaredy Exp $ .\" .\" .\" Copyright (c) 1999 Aaron Campbell @@ -106,9 +106,8 @@ This will cause to start the .Xr dhcpd 8 daemon at boot-time and listen for DHCP requests on the local network. -To start it manually, execute the following commands: +To start it manually, execute the following command: .Pp -.Dl # touch /var/db/dhcpd.leases .Dl # /usr/sbin/dhcpd [netif1 netif2 ...] .It Ensure the kernel has been compiled with BPF (Berkeley Packet Filter) support |