summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-07-16 09:26:53 +0000
committerjkh <jkh@FreeBSD.org>1999-07-16 09:26:53 +0000
commit62a15a73f51b97c0ffc57c2da9aaa25cffb8cc07 (patch)
treecdafd92b3e7a8128c1badb6fdfdc15140b38c60e /etc/defaults
parentec6dad014ee58e3cd813572d2eecefe91e996917 (diff)
downloadFreeBSD-src-62a15a73f51b97c0ffc57c2da9aaa25cffb8cc07.zip
FreeBSD-src-62a15a73f51b97c0ffc57c2da9aaa25cffb8cc07.tar.gz
Allow DHCP to be used in an ifconfig variable instead of the usual
address information, producing the obvious effect (dhcp configuration). Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index d1c17c3..3f53242 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -9,7 +9,7 @@
#
# All arguments must be in double or single quotes.
#
-# $Id: rc.conf,v 1.19 1999/07/11 04:05:34 iwasaki Exp $
+# $Id: rc.conf,v 1.20 1999/07/12 17:20:22 iwasaki Exp $
##############################################################
### Important initial Boot-time options ####################
@@ -35,6 +35,8 @@ rc_conf_files="/etc/rc.conf /etc/rc.conf.local"
### Basic network options: ###
hostname="myname.my.domain" # Set this!
nisdomainname="NO" # Set to NIS domain if using NIS (or NO).
+dhcp_program="/sbin/dhclient" # Path to dhcp client program.
+dhcp_flags="" # Additional flags to pass to dhcp client.
firewall_enable="NO" # Set to YES to enable firewall functionality
firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall
firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall)
OpenPOWER on IntegriCloud