summaryrefslogtreecommitdiffstats
path: root/etc/sysconfig
diff options
context:
space:
mode:
authoradam <adam@FreeBSD.org>1996-12-10 02:23:27 +0000
committeradam <adam@FreeBSD.org>1996-12-10 02:23:27 +0000
commit14152ac686c50012ff77fe0f80e28423a43eb99c (patch)
tree9920f73ad5af8062be6487a3c9de07edd9fbd8ff /etc/sysconfig
parentd35ae6be6d8995dd5d134b68219c77788276879f (diff)
downloadFreeBSD-src-14152ac686c50012ff77fe0f80e28423a43eb99c.zip
FreeBSD-src-14152ac686c50012ff77fe0f80e28423a43eb99c.tar.gz
ifconfig 127.0.0.1 instead of localhost
Diffstat (limited to 'etc/sysconfig')
-rw-r--r--etc/sysconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/sysconfig b/etc/sysconfig
index 0851cdb..d996d72 100644
--- a/etc/sysconfig
+++ b/etc/sysconfig
@@ -4,7 +4,7 @@
# This is sysconfig - a file full of useful variables that you can set
# to change the default startup behavior of your system.
#
-# $Id: sysconfig,v 1.52 1996/10/27 06:30:38 peter Exp $
+# $Id: sysconfig,v 1.53 1996/11/05 20:10:37 jhay Exp $
######################### Start Of Local Configuration Section ###########
@@ -117,7 +117,7 @@ weak_mountd_authentication=NO
#
# ifconfig_ed0="inet 10.0.0.1 netmask 0xffffff00"
# ifconfig_sl0="inet 10.0.1.0 netmask 0xffffff00"
-# ifconfig_lo0="inet localhost"
+# ifconfig_lo0="inet 127.0.0.1"
# ifconfig_ed0_alias0="inet 10.0.2.1 netmask 0xffffff00"
# ifconfig_ed0_alias1="inet 10.0.2.2 netmask 0xffffffff"
# ifconfig_ed0_ipx="ipx 0x1234"
@@ -127,7 +127,7 @@ weak_mountd_authentication=NO
#
network_interfaces="lo0"
-ifconfig_lo0="inet localhost"
+ifconfig_lo0="inet 127.0.0.1"
#
# Set to the list of route add lines for this host. You must have a
OpenPOWER on IntegriCloud