Use a less annoying default hostname.

This commit is contained in:
Jordan K. Hubbard 1999-07-18 09:58:01 +00:00
parent f1235db8bd
commit 2a622f9d9f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48880

View File

@ -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.