diff options
author | jkh <jkh@FreeBSD.org> | 1995-03-23 01:25:19 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-03-23 01:25:19 +0000 |
commit | eab2c349799b5be274b03a396e9730509da13f9d (patch) | |
tree | 7126f6e41646111a708031c8786f2ab5108c51a9 /etc/sysconfig | |
parent | 24d962fe5d54b4fd7dbc3c6a16411c0f406193bf (diff) | |
download | FreeBSD-src-eab2c349799b5be274b03a396e9730509da13f9d.zip FreeBSD-src-eab2c349799b5be274b03a396e9730509da13f9d.tar.gz |
Another pass through our rc files in an attempt to eliminate historical
crufy and generally make all of this easier to understand and modify.
Diffstat (limited to 'etc/sysconfig')
-rw-r--r-- | etc/sysconfig | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/sysconfig b/etc/sysconfig index d582b84..8c6df7e 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.3 1995/03/22 03:29:55 ache Exp $ +# $Id: sysconfig,v 1.4 1995/03/22 18:00:36 jkh Exp $ ######################### Start Of Syscons Section ####################### @@ -130,3 +130,11 @@ accounting=NO # Uncomment next line to activate italian locale # LANG=it_IT.ISO8859-1; export LANG # For full list of locales, check /usr/share/locale/* + +######################### End Of Netconfig Section ####################### + +######################### Start Of Misc Section ####################### + +# Set to YES if you want ibcs2 emulation loaded at startup +ibcs2=NO + |