diff options
author | David Kaspar [Dee'Kej] <dkaspar@redhat.com> | 2018-05-24 16:00:22 +0200 |
---|---|---|
committer | David Kaspar [Dee'Kej] <dkaspar@redhat.com> | 2018-05-30 14:33:04 +0200 |
commit | f88dbd98e992635ee569fb6349f49cb6d215c434 (patch) | |
tree | 8cf8850e7c78a7bded50b735843e5e9f2335c77b /doc/sysconfig.txt | |
parent | 59928ce72da10f1c45a0aa08c9dd3a439fdd74a0 (diff) | |
download | initscripts-f88dbd98e992635ee569fb6349f49cb6d215c434.tar initscripts-f88dbd98e992635ee569fb6349f49cb6d215c434.tar.gz initscripts-f88dbd98e992635ee569fb6349f49cb6d215c434.tar.bz2 initscripts-f88dbd98e992635ee569fb6349f49cb6d215c434.tar.xz initscripts-f88dbd98e992635ee569fb6349f49cb6d215c434.zip |
lang.{sh,csh} moved into setup package
Other references to these files were removed, as well as irrelevant
info in sysconfig.txt, and some dead code in init.d/functions file.
Diffstat (limited to 'doc/sysconfig.txt')
-rw-r--r-- | doc/sysconfig.txt | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/doc/sysconfig.txt b/doc/sysconfig.txt index 1e8729ee..c0d14897 100644 --- a/doc/sysconfig.txt +++ b/doc/sysconfig.txt @@ -368,44 +368,6 @@ Generic options: -q option is not given to sendmail if /etc/sysconfig/sendmail exists and QUEUE is empty or undefined. -/etc/locale.conf - - A configutration file for locale settings. See locale.conf(5) for - more details. - - LANG= set locale for all categories, can be any two letter ISO - language code - LC_CTYPE= locale data configuration for classification and conversion - of characters - LC_COLLATE= locale data configuration for collation (sort order) of - strings - LC_MESSAGES= locale data configuration for translation of messages - LC_NUMERIC= locale data configuration for non-monetary numeric data - LC_MONETARY= locale data configuration for monetary data - LC_TIME= locale data configuration for date and time - LC_ALL= locale data 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. - - If ~/.i18n exists, it is used in addition to /etc/locale.conf and - for per-user customization of the locales. - -/etc/vconsole.conf: - - SYSFONT= Console font. Fonts are found in /lib/kbd/consolefonts. - - UNIMAP= Unicode font map. Most fonts have these built-in. Font maps - can be found in /lib/kbd/unimaps. These are applied via setfont's - -u option. - - SYSFONTACM= Console map. These are applied via setfont's -m option, - and are found in /lib/kbd/consoletrans. - - The above are used to set up the keyboard at boot time. For more - information, see vconsole.conf(5). - Files in /etc/sysconfig/network-scripts/ ======================================== |