diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-03-23 01:25:19 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-03-23 01:25:19 +0000 |
| commit | 89341fe2a547fb8e31fa46ddcbedd2783ae18914 (patch) | |
| tree | 7126f6e41646111a708031c8786f2ab5108c51a9 /etc/sysconfig | |
| parent | 9531ca93536043b526833503e0472556c30af459 (diff) | |
Notes
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 d582b8408ef95..8c6df7ef6a025 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 + |
