Neaten up some of the comments in here.

This commit is contained in:
Jordan K. Hubbard 1996-05-13 02:21:16 +00:00
parent da32f53937
commit ae6a83ba17
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15758

View file

@ -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"
#