diff options
author | 2004-07-06 02:44:11 +0000 | |
---|---|---|
committer | 2004-07-06 02:44:11 +0000 | |
commit | 6c5285cb06f107c02ada1af48385193a6396c0e0 (patch) | |
tree | 6a4c5682746f1a23adb9a5f3e884d05ea43c8954 | |
parent | sync (diff) | |
download | wireguard-openbsd-6c5285cb06f107c02ada1af48385193a6396c0e0.tar.xz wireguard-openbsd-6c5285cb06f107c02ada1af48385193a6396c0e0.zip |
point pplz to rc.conf.local instead of rc.conf, from Bernd Ahlers <ba@bsws.de>
jmc ok
-rw-r--r-- | share/man/man8/dhcp.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/dhcp.8 b/share/man/man8/dhcp.8 index a00dd09403a..1832d73fd4f 100644 --- a/share/man/man8/dhcp.8 +++ b/share/man/man8/dhcp.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhcp.8,v 1.13 2003/06/04 19:36:33 deraadt Exp $ +.\" $OpenBSD: dhcp.8,v 1.14 2004/07/06 02:44:11 henning Exp $ .\" .\" .\" Copyright (c) 1999 Aaron Campbell @@ -98,7 +98,7 @@ interfaces, this step is not required. Be sure to leave this file empty (or even delete it) if this is the case. .It Edit -.Pa /etc/rc.conf +.Pa /etc/rc.conf.local and set .Cm dhcpd_flags="-q" . This will cause @@ -132,7 +132,7 @@ DHCP server configuration file .It Pa /etc/dhcpd.interfaces list of network interfaces served by .Xr dhcpd 8 -.It Pa /etc/rc.conf +.It Pa /etc/rc.conf.local configuration file where .Cm dhcpd_flags must be set |