aboutsummaryrefslogtreecommitdiffstats
path: root/lang.sh
Commit message (Collapse)AuthorAgeFilesLines
* Repository scheme updated to new layoutDavid Kaspar [Dee'Kej]2018-05-301-90/+0
| | | | | NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this.
* Migrate even further away from /etc/sysconfig/network for hostname, and ↵Bill Nottingham2012-12-101-1/+1
| | | | /etc/sysconfig/i18n.
* If locale.conf exists, use it. (#706756, in part)Bill Nottingham2011-10-251-1/+1
| | | | | | | | | | | | | systemd's algorithm on startup is: - if /etc/locale.conf is parseable, use that - otherwise, use /etc/sysconfig/i18n Given that we have a heirarchy of system -> user settings here, simply go: ~/.i18n > /etc/locale.conf > /etc/sysconfig/i18n Add some documentation as well.
* Handle spaces in $HOME. (#498482)Bill Nottingham2009-04-301-2/+2
|
* Add an option for consoletype to always return 0.Bill Nottingham2009-03-171-1/+1
| | | | | This allows tcsh -e to work, with lang.sh. It's a hack, but there really isn't a better way to solve it.
* Ignore return code from consoletype (#471123)Bill Nottingham2008-11-111-1/+1
|
* Override Arabic, Persian, and Hebrew on the console as well. ↵Bill Nottingham2008-10-141-0/+6
| | | | | | | (<alsadi@ojuba.org>) Even though we have font coverage, the bidi aspect makes it pretty much illegible.
* Canonicalize the behavior. (#372151)initscripts-8.74-1Bill Nottingham2008-04-291-7/+8
| | | | | | If no LANG is set, read system and then user configuration. If an existing one is set (via GDM, ssh, etc.) only read the user-specific customizations.
* There is no more GDM_LANG - handle pre-existing LANG (#372151, ↵Bill Nottingham2008-04-231-14/+7
| | | | <rstrode@redhat.com>)
* don't leak consoletype into the environmentBill Nottingham2008-03-141-1/+1
|
* Various minor optimizations to speed up boot. (<arjan@infradead.org>)Bill Nottingham2008-02-261-1/+4
| | | | | | | | Notable: - separate [ "$variable" ] tests from [ -f ... ] - don't grep init scripts - cache the information from /sbin/consoletype - simplify 'confirm' handling
* Remove bits that are now extraneous with console_init.Bill Nottingham2008-02-261-24/+0
|
* do the override *after* we re-load the LANG settingsBill Nottingham2007-04-161-6/+6
|
* re-read /etc/sysconfig/i18n before calling unicode_start, in caseBill Nottingham2007-04-131-1/+6
| | | | SYSFONT is overridden (#229996)
* if $LANG is set, don't override it (#229102)Bill Nottingham2007-02-191-3/+8
|
* handle sinhalese as well (#212438)Bill Nottingham2006-11-031-0/+2
|
* support iso-8859-8 (#212738, <matan@svgalib.org>)Bill Nottingham2006-10-301-2/+2
|
* blacklist CJKI on the virtual console (#120819)Bill Nottingham2006-10-181-0/+14
|
* remove stty calls. Too much fun with SIGTTOU (#209469)Bill Nottingham2006-10-061-6/+0
|
* set iutf8 if appropriate (#186961)Bill Nottingham2006-10-041-3/+18
| | | | handle non-utf8 locales correctly (#200100)
* revert fix for #176832, it's brokenBill Nottingham2006-02-071-1/+1
|
* - avoid calling consoletype if one of the other conditions already failFlorian La Roche2006-01-221-1/+3
|
* Restore fix of #176832Miloslav Trmac2006-01-211-1/+1
|
* get rid of some path lookups (#178321, <mclasen@redhat.com>)Bill Nottingham2006-01-201-2/+2
|
* don't run unicode_start for subshells (#176832)Bill Nottingham2006-01-061-1/+1
|
* don't remove linguas (part of #9733)Bill Nottingham2004-08-181-9/+1
|
* check that we're the current foreground console before runningBill Nottingham2003-07-081-1/+1
| | | | unicode_start
* switch backBill Nottingham2003-04-031-1/+1
|
* - sync with beehive packager7-15Karsten Hopp2003-04-031-1/+1
| | | | | | - prepare for rebuild in 3.0E: Mainframe has no /dev/ttyX devices and no mingetty, don't initialize them. This gave error messages during startup
* use -x, not -f (#85704)Bill Nottingham2003-03-061-1/+1
|
* check for unicode_start before invocation (#85413)Bill Nottingham2003-03-031-1/+1
|
* handle LANGUAGE specially for zh_CN.GB18030 & gdm (#84773)Bill Nottingham2003-02-211-0/+4
|
* unset langfile (#75662)Bill Nottingham2002-11-121-0/+1
|
* fix calling of unicode_start (#73158)Bill Nottingham2002-09-021-1/+1
|
* add iso8859-5 support (#71754)Bill Nottingham2002-08-201-2/+2
|
* oops, UTF-8 can have @euroBill Nottingham2002-07-241-1/+1
|
* fix UTF-8 checksBill Nottingham2002-06-121-1/+1
|
* unicode fixes; call unicode_start when necessaryBill Nottingham2002-05-311-0/+9
|
* export the entire gamut of locale variables (#56142)Bill Nottingham2002-04-121-1/+7
|
* unset sourced (#59616)Bill Nottingham2002-02-251-0/+1
|
* allow GDM_LANG to override system settings (#51432)Bill Nottingham2001-08-101-0/+5
|
* Support kbd in lang.{c,}shBernhard Rosenkraenzer2001-05-021-1/+9
|
* reintroduce font page reset, but fix su errorsBill Nottingham2001-02-101-0/+12
|
* don't muck with the font in lang.(sh|csh) (#26349)Bill Nottingham2001-02-061-14/+0
|
* don't turn locale settings of 'C' into en_USBill Nottingham2000-10-291-8/+1
|
* source /home/devel/notting/.i18n as well as /etc/sysconfig/i18n (idea from ↵Bill Nottingham2000-03-311-3/+7
| | | | <ivanyi@internet.sk>)
* if LC_ALL/LINGUAS == LANG, don't set themBill Nottingham2000-02-041-4/+12
|
* turn off executable bitr4-66Bill Nottingham1999-11-221-1/+1
|
* fix logic in lang.cshBill Nottingham1999-11-161-3/+9
|
* locale: C -> en_USBill Nottingham1999-09-241-3/+12
|