Module Name: src
Committed By: maya
Date: Fri Jul 13 21:46:58 UTC 2018
Modified Files:
src/share/man/man5: rc.conf.5
Log Message:
Remove dhclient references.
To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 src/share/man/man5/rc.conf.5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man5/rc.conf.5
diff -u src/share/man/man5/rc.conf.5:1.170 src/share/man/man5/rc.conf.5:1.171
--- src/share/man/man5/rc.conf.5:1.170 Fri Jun 22 19:35:25 2018
+++ src/share/man/man5/rc.conf.5 Fri Jul 13 21:46:58 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: rc.conf.5,v 1.170 2018/06/22 19:35:25 maya Exp $
+.\" $NetBSD: rc.conf.5,v 1.171 2018/07/13 21:46:58 maya Exp $
.\"
.\" Copyright (c) 1996 Matthew R. Green
.\" All rights reserved.
@@ -55,7 +55,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd June 22, 2018
+.Dd July 14, 2018
.Dt RC.CONF 5
.Os
.Sh NAME
@@ -644,46 +644,6 @@ Runs
.Xr blacklistd 8
to dynamically block hosts on a DoS according to configuration set in
.Xr blacklistd.conf 5
-.It Sy dhclient
-Boolean value.
-Set true to configure some or all network interfaces using
-the ISC DHCP client.
-If you set
-.Sy dhclient
-true, then
-.Pa /var
-must be in
-.Sy critical_filesystems_local ,
-or
-.Pa /var
-must be on the root file system,
-or you must modify the
-.Sy dhclient_flags
-variable to direct the DHCP client to store the leases file
-in some other directory on the root file system.
-You must not provide ifconfig information or ifaliases
-information for any interface that is to be configured using the DHCP client.
-Interface aliases can be set up in the DHCP client configuration
-file if needed - see
-.Xr dhclient.conf 5
-for details.
-.Pp
-Passes
-.Sy dhclient_flags
-to the DHCP client.
-See
-.Xr dhclient 8
-for complete documentation.
-If you wish to configure all broadcast
-network interfaces using the DHCP client, you can leave this blank.
-To configure only specific interfaces, name the interfaces to be configured
-on the command line.
-.Pp
-If you must run the DHCP client before mounting critical file systems,
-then you should specify an alternate location for the DHCP client's lease
-file in the
-.Sy dhclient_flags
-variable - for example, "-lf /tmp/dhclient.leases".
.It Sy dhcpcd
Boolean value.
Set true to configure some or all network interfaces using dhcpcd.