summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-07-18 09:58:01 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-07-18 09:58:01 +0000
commit2a622f9d9f277054fe26ddbe658d90cdb2322e3e (patch)
treeab6a1ed1e08e8a121c36d235f16a598f305f8a3c
parentf1235db8bdedbff299fc06f595e8a1de31b097ff (diff)
Notes
-rw-r--r--etc/defaults/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 3f53242cd0cb..fc1d7baba376 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.