Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate even further away from /etc/sysconfig/network for hostname, and ↵ | Bill Nottingham | 2012-12-10 | 1 | -1/+1 |
| | | | | /etc/sysconfig/i18n. | ||||
* | If locale.conf exists, use it. (#706756, in part) | Bill Nottingham | 2011-10-25 | 1 | -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 Nottingham | 2009-04-30 | 1 | -2/+2 |
| | |||||
* | Add an option for consoletype to always return 0. | Bill Nottingham | 2009-03-17 | 1 | -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 Nottingham | 2008-11-11 | 1 | -1/+1 |
| | |||||
* | Override Arabic, Persian, and Hebrew on the console as well. ↵ | Bill Nottingham | 2008-10-14 | 1 | -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-1 | Bill Nottingham | 2008-04-29 | 1 | -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 Nottingham | 2008-04-23 | 1 | -14/+7 |
| | | | | <rstrode@redhat.com>) | ||||
* | don't leak consoletype into the environment | Bill Nottingham | 2008-03-14 | 1 | -1/+1 |
| | |||||
* | Various minor optimizations to speed up boot. (<arjan@infradead.org>) | Bill Nottingham | 2008-02-26 | 1 | -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 Nottingham | 2008-02-26 | 1 | -24/+0 |
| | |||||
* | do the override *after* we re-load the LANG settings | Bill Nottingham | 2007-04-16 | 1 | -6/+6 |
| | |||||
* | re-read /etc/sysconfig/i18n before calling unicode_start, in case | Bill Nottingham | 2007-04-13 | 1 | -1/+6 |
| | | | | SYSFONT is overridden (#229996) | ||||
* | if $LANG is set, don't override it (#229102) | Bill Nottingham | 2007-02-19 | 1 | -3/+8 |
| | |||||
* | handle sinhalese as well (#212438) | Bill Nottingham | 2006-11-03 | 1 | -0/+2 |
| | |||||
* | support iso-8859-8 (#212738, <matan@svgalib.org>) | Bill Nottingham | 2006-10-30 | 1 | -2/+2 |
| | |||||
* | blacklist CJKI on the virtual console (#120819) | Bill Nottingham | 2006-10-18 | 1 | -0/+14 |
| | |||||
* | remove stty calls. Too much fun with SIGTTOU (#209469) | Bill Nottingham | 2006-10-06 | 1 | -6/+0 |
| | |||||
* | set iutf8 if appropriate (#186961) | Bill Nottingham | 2006-10-04 | 1 | -3/+18 |
| | | | | handle non-utf8 locales correctly (#200100) | ||||
* | revert fix for #176832, it's broken | Bill Nottingham | 2006-02-07 | 1 | -1/+1 |
| | |||||
* | - avoid calling consoletype if one of the other conditions already fail | Florian La Roche | 2006-01-22 | 1 | -1/+3 |
| | |||||
* | Restore fix of #176832 | Miloslav Trmac | 2006-01-21 | 1 | -1/+1 |
| | |||||
* | get rid of some path lookups (#178321, <mclasen@redhat.com>) | Bill Nottingham | 2006-01-20 | 1 | -2/+2 |
| | |||||
* | don't run unicode_start for subshells (#176832) | Bill Nottingham | 2006-01-06 | 1 | -1/+1 |
| | |||||
* | don't remove linguas (part of #9733) | Bill Nottingham | 2004-08-18 | 1 | -9/+1 |
| | |||||
* | check that we're the current foreground console before running | Bill Nottingham | 2003-07-08 | 1 | -1/+1 |
| | | | | unicode_start | ||||
* | switch back | Bill Nottingham | 2003-04-03 | 1 | -1/+1 |
| | |||||
* | - sync with beehive packager7-15 | Karsten Hopp | 2003-04-03 | 1 | -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 Nottingham | 2003-03-06 | 1 | -1/+1 |
| | |||||
* | check for unicode_start before invocation (#85413) | Bill Nottingham | 2003-03-03 | 1 | -1/+1 |
| | |||||
* | handle LANGUAGE specially for zh_CN.GB18030 & gdm (#84773) | Bill Nottingham | 2003-02-21 | 1 | -0/+4 |
| | |||||
* | unset langfile (#75662) | Bill Nottingham | 2002-11-12 | 1 | -0/+1 |
| | |||||
* | fix calling of unicode_start (#73158) | Bill Nottingham | 2002-09-02 | 1 | -1/+1 |
| | |||||
* | add iso8859-5 support (#71754) | Bill Nottingham | 2002-08-20 | 1 | -2/+2 |
| | |||||
* | oops, UTF-8 can have @euro | Bill Nottingham | 2002-07-24 | 1 | -1/+1 |
| | |||||
* | fix UTF-8 checks | Bill Nottingham | 2002-06-12 | 1 | -1/+1 |
| | |||||
* | unicode fixes; call unicode_start when necessary | Bill Nottingham | 2002-05-31 | 1 | -0/+9 |
| | |||||
* | export the entire gamut of locale variables (#56142) | Bill Nottingham | 2002-04-12 | 1 | -1/+7 |
| | |||||
* | unset sourced (#59616) | Bill Nottingham | 2002-02-25 | 1 | -0/+1 |
| | |||||
* | allow GDM_LANG to override system settings (#51432) | Bill Nottingham | 2001-08-10 | 1 | -0/+5 |
| | |||||
* | Support kbd in lang.{c,}sh | Bernhard Rosenkraenzer | 2001-05-02 | 1 | -1/+9 |
| | |||||
* | reintroduce font page reset, but fix su errors | Bill Nottingham | 2001-02-10 | 1 | -0/+12 |
| | |||||
* | don't muck with the font in lang.(sh|csh) (#26349) | Bill Nottingham | 2001-02-06 | 1 | -14/+0 |
| | |||||
* | don't turn locale settings of 'C' into en_US | Bill Nottingham | 2000-10-29 | 1 | -8/+1 |
| | |||||
* | source /home/devel/notting/.i18n as well as /etc/sysconfig/i18n (idea from ↵ | Bill Nottingham | 2000-03-31 | 1 | -3/+7 |
| | | | | <ivanyi@internet.sk>) | ||||
* | if LC_ALL/LINGUAS == LANG, don't set them | Bill Nottingham | 2000-02-04 | 1 | -4/+12 |
| | |||||
* | turn off executable bitr4-66 | Bill Nottingham | 1999-11-22 | 1 | -1/+1 |
| | |||||
* | fix logic in lang.csh | Bill Nottingham | 1999-11-16 | 1 | -3/+9 |
| | |||||
* | locale: C -> en_US | Bill Nottingham | 1999-09-24 | 1 | -3/+12 |
| | |||||
* | some i18n fixes from Peter Ivanyi (ivanyi@internet.sk) | Bill Nottingham | 1999-09-20 | 1 | -1/+1 |
| | | | | | - sysconfig.txt was wrong - add latin2-ucw to ACMs |