]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - doc/sysconfig.txt
fix RC_LOGGING=no daemon --makepid --fork write proper pidfile
[projects/rc-scripts.git] / doc / sysconfig.txt
index 8ed42925a2b8720d9fc201472a7d06c74c3469a8..635d0545f3988733304a91ad3c7cc40b012b7831 100644 (file)
@@ -1,8 +1,13 @@
-$Id$
-
 Files in /etc/sysconfig
 =======================
 
+/etc/sysconfig/system:
+
+  AUTOSWAP=yes|no
+     Set to 'yes' to enable automatic swapon of all partitions with
+     the proper swap magic. This allows setting up swap without editing
+     /etc/fstab.
+
 /etc/sysconfig/keyboard:
 
   KEYTABLE=<keytable file>
@@ -163,12 +168,17 @@ Files in /etc/sysconfig
 
 /etc/sysconfig/i18n
 
-  LANG= can be any ISO 638-1 language code
-  LC_ALL= is the setting of the localedata configuration (eg fr_CA, fr_CA.UTF-8)
-  LINGUAS= can be a : separated list of language codes
+  LANG= is the default setting of localedata configuration
+    (ISO-639-1 language code with ISO-3166-1 country code and optional
+     variant and/or encoding, eg. fr_CA, fr_CA.UTF-8);
+  LC_CTYPE=, LC_COLLATE=, LC_MESSAGES=, LC_NUMERIC=, LC_MONETARY=, LC_TIME=
+    are the individual category settings
+  LC_ALL= overrides all of the above LC_*
+  LANGUAGE= can be a : separated list of language codes
+    see locale(7) for details
   SYSTERM= use to set default TERM environment variable
 
-  The above three variables are used in rc.sysinit.
+  The above variables are used in rc.sysinit.
 
   SYSFONT= any font that is legal when used as
        /usr/sbin/setfont $SYSFONT ...
This page took 0.159075 seconds and 4 git commands to generate.