summaryrefslogtreecommitdiffstats
path: root/etc/sysconfig
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-05-13 02:21:16 +0000
committerjkh <jkh@FreeBSD.org>1996-05-13 02:21:16 +0000
commit49922e5d261201daefd79f37feea09277704dfe0 (patch)
treef63815237b4e3bbfa8c42c3178d65ab990758453 /etc/sysconfig
parentb7075b8364854738600753d279e071f30ea20765 (diff)
downloadFreeBSD-src-49922e5d261201daefd79f37feea09277704dfe0.zip
FreeBSD-src-49922e5d261201daefd79f37feea09277704dfe0.tar.gz
Neaten up some of the comments in here.
Diffstat (limited to 'etc/sysconfig')
-rw-r--r--etc/sysconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/sysconfig b/etc/sysconfig
index 229ee26..2c6d83b 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.44 1996/04/12 14:24:59 markm Exp $
+# $Id: sysconfig,v 1.45 1996/04/26 20:18:58 mpp Exp $
######################### Start Of Local Configuration Section ###########
@@ -87,10 +87,13 @@ weak_mountd_authentication=NO
# for example:
#
# network_interfaces="ed0 sl0 lo0"
+#
# ifconfig_ed0="inet 10.0.0.1 netmask 0xffffff00"
# ifconfig_sl0="inet 10.0.1.0 netmask 0xffffff00"
+# ifconfig_lo0="inet localhost"
#
network_interfaces="lo0"
+
ifconfig_lo0="inet localhost"
#
OpenPOWER on IntegriCloud