diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2006-02-09 12:08:59 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2006-02-09 12:08:59 +0000 |
commit | 66bad04c46e1a46b46f341f03faea546fca692be (patch) | |
tree | bbf4af1fa5243805d34ea1ffd3119376540b7402 /share | |
parent | 2b20b9f0bbde781abfa10b180373c563f10b67b8 (diff) |
No longer need to touch the dhcpd.leases file before running dhcpd.
From Mike Pechkin <mike.pechkin@gmail.com>.
OK henning, jmc
Diffstat (limited to 'share')
-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 |