aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig.txt
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-09-20 04:49:02 +0000
committerBill Nottingham <notting@redhat.com>1999-09-20 04:49:02 +0000
commit765ae5fe4acac4c047e15c9569ac65b2ec4c12ce (patch)
tree4d2df1b012bf1a3a520f071c055a5a3b9243ffd4 /sysconfig.txt
parent1927c6227cdd7f0cf979077b3b14dee386667b8d (diff)
downloadinitscripts-765ae5fe4acac4c047e15c9569ac65b2ec4c12ce.tar
initscripts-765ae5fe4acac4c047e15c9569ac65b2ec4c12ce.tar.gz
initscripts-765ae5fe4acac4c047e15c9569ac65b2ec4c12ce.tar.bz2
initscripts-765ae5fe4acac4c047e15c9569ac65b2ec4c12ce.tar.xz
initscripts-765ae5fe4acac4c047e15c9569ac65b2ec4c12ce.zip
some i18n fixes from Peter Ivanyi (ivanyi@internet.sk)
- sysconfig.txt was wrong - add latin2-ucw to ACMs
Diffstat (limited to 'sysconfig.txt')
-rw-r--r--sysconfig.txt64
1 files changed, 33 insertions, 31 deletions
diff --git a/sysconfig.txt b/sysconfig.txt
index 36a8f0e3..377725b6 100644
--- a/sysconfig.txt
+++ b/sysconfig.txt
@@ -195,6 +195,39 @@ Files in /etc/sysconfig
-q option is not given to sendmail if /etc/sysconfig/sendmail
exists and QUEUE is empty or undefined.
+/etc/sysconfig/i18n
+
+ LANG= set locale for all categories, can be any two letter ISO
+ language code
+ LC_CTYPE= localedata configuration for classification and conversion
+ of characters
+ LC_COLLATE= localedata configuration for collation (sort order) of
+ strings
+ LC_MESSAGES= localedata configuration for translation of yes and no
+ messages
+ LC_NUMERIC= localedata configuration for non-monetary numeric data
+ LC_MONETARY= localedata configuration for monetary data
+ LC_TIME= localedata configuration for date and time
+ LC_ALL= localedata configuration overriding all of the above
+ LANGUAGE= can be a : separated list of ISO language codes
+ LINGUAS= can be a ' ' separated list of ISO language codes
+
+ The above variables are used in /etc/profile.d/lang.sh.
+
+ SYSFONT= any font that is legal when used as
+ /usr/bin/consolechars -f $SYSFONT ...
+ (See console-tools package for consolechars command)
+
+ UNIMAP= any SFM (screen font map, formerly called Unicode mapping
+ table - see consolechars(8))
+ /usr/bin/consolechars -f $SYSFONT --sfm $UNIMAP
+
+ SYSFONTACM= any ACM (application charset map - see consolechars(8))
+ /usr/bin/consolechars -f $SYSFONT --acm $SYSFONTACM
+
+ The above is used by the /sbin/setsysfont command (which is run
+ by rc.sysinit at boot time.)
+
Files in /etc/sysconfig/network-scripts/
========================================
@@ -349,34 +382,3 @@ Files in /etc/sysconfig/network-scripts/
up /etc/resolv.conf from the version dhcpcd dropped in
/etc/dhcpc/resolv.conf
-/etc/sysconfig/i18n
-
- LANG= can be any two letter ISO language code
- LC_CTYPE= localedata configuration for classification and conversion
- of characters
- LC_COLLATE= localedata configuration for collation (sort order) of
- strings
- LC_MESSAGES= localedata configuration for translation of yes and no
- messages
- LC_NUMERIC= localedata configuration for non-monetary numeric data
- LC_MONETARY= localedata configuration for monetary data
- LC_TIME= localedata configuration for date and time
- LC_ALL= localedata configuration overriding all the above
- LANGUAGE= can be any two letter ISO language code
- LINGUAS= can be a : separated list of ISO language codes
-
- The above variables are used in /etc/profile.d/lang.sh.
-
- SYSFONT= any font that is legal when used as
- /usr/bin/consolechars -f $SYSFONT ...
- (See console-tools package for consolechars command)
-
- UNIMAP= any SFM (screen font map, formerly called Unicode mapping
- table - see consolechars(8))
- /usr/bin/consolechars -f $SYSFONT --sfm $UNIMAP
-
- SYSFONTACM= any ACM (application charset map - see consolechars(8))
- /usr/bin/consolechars -f $SYSFONT --acm $SYSFONTACM
-
- The above is used by the /sbin/setsysfont command (which is run
- by rc.sysinit at boot time.)