diff options
-rw-r--r-- | etc/defaults/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 3f53242..fc1d7ba 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.20 1999/07/12 17:20:22 iwasaki Exp $ +# $Id: rc.conf,v 1.21 1999/07/16 09:26:53 jkh Exp $ ############################################################## ### Important initial Boot-time options #################### @@ -33,7 +33,7 @@ rc_conf_files="/etc/rc.conf /etc/rc.conf.local" ############################################################## ### Basic network options: ### -hostname="myname.my.domain" # Set this! +hostname="" # 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. |