aboutsummaryrefslogtreecommitdiffstats
path: root/lang.csh
Commit message (Collapse)AuthorAgeFilesLines
* Repository scheme updated to new layoutDavid Kaspar [Dee'Kej]2018-05-301-83/+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.
* Drop some unnecessary command invocations.Ville Skyttä2011-02-281-2/+2
|
* Fix tcsh + grep-2.7. (#636552)Bill Nottingham2010-09-221-2/+2
|
* Handle spaces in $HOME. (#498482)Bill Nottingham2009-04-301-3/+3
|
* 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.
* 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.
* fix syntax error (#444998)Bill Nottingham2008-05-021-1/+1
|
* Canonicalize the behavior. (#372151)initscripts-8.74-1Bill Nottingham2008-04-291-8/+9
| | | | | | 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-15/+10
| | | | <rstrode@redhat.com>)
* don't leak consoletype into the environmentBill Nottingham2008-03-141-0/+1
|
* Remove bits that are now extraneous with console_init.Bill Nottingham2008-02-261-54/+0
|
* if $LANG is set, don't override it (#229102)Bill Nottingham2007-02-191-2/+6
|
* handle sinhalese as well (#212438)Bill Nottingham2006-11-031-0/+2
|
* support iso-8859-8 (#212738, <matan@svgalib.org>)Bill Nottingham2006-10-301-0/+2
|
* blacklist CJKI on the virtual console (#120819)Bill Nottingham2006-10-181-0/+20
|
* 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/+24
| | | | handle non-utf8 locales correctly (#200100)
* remove setting of dspmbyte (#89549, <mitr@redhat.com>)Bill Nottingham2004-09-231-18/+0
|
* don't remove linguas (part of #9733)Bill Nottingham2004-08-181-5/+0
|
* check that we're the current foreground console before runningBill Nottingham2003-07-081-5/+7
| | | | unicode_start
* rhgb updatesBill Nottingham2003-04-301-4/+6
|
* switch backBill Nottingham2003-04-031-2/+4
|
* - sync with beehive packager7-15Karsten Hopp2003-04-031-4/+2
| | | | | | - 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-2/+4
|
* handle LANGUAGE specially for zh_CN.GB18030 & gdm (#84773)Bill Nottingham2003-02-211-0/+6
|
* fix lang.csh for CJK (#76908, <ynakai@redhat.com>)Bill Nottingham2002-11-121-2/+10
|
* - don't pass $SYSFONTACM to unicode_start if it has no valueNalin Dahyabhai2002-09-041-4/+8
|
* fix calling of unicode_start (#73158)Bill Nottingham2002-09-021-1/+1
|
* add iso8859-5 support (#71754)Bill Nottingham2002-08-201-0/+2
|
* oops, UTF-8 can have @euroBill Nottingham2002-07-241-2/+2
|
* fix UTF-8 checksBill Nottingham2002-06-121-1/+2
|
* unicode fixes; call unicode_start when necessaryBill Nottingham2002-05-311-0/+13
|
* fix setenv invocation (#59946)Bill Nottingham2002-02-251-1/+1
|
* setenv LANG, not set LANG (#57957)Bill Nottingham2002-01-251-1/+1
|
* get the other fd/15 reference tooBill Nottingham2001-08-201-1/+1
|
* - fix syntax error in lang.cshr6-22Nalin Dahyabhai2001-08-201-2/+2
| | | | - set codeset by echoing to /dev/tty instead of /proc/self/fd/15
* check for 13848LANG before using it (#51905)Bill Nottingham2001-08-161-2/+4
|
* allow GDM_LANG to override system settings (#51432)Bill Nottingham2001-08-101-0/+5
|
* set dspmbyte=euc in lang.csh for the proper languages (as opposed to ↵Bill Nottingham2001-08-091-0/+8
| | | | csh.login for everyone (#50318))
* - copyright: GPL -> license: GPLNalin Dahyabhai2001-05-151-2/+2
| | | | | - fix a syntax error in lang.csh - skip commented-out i18n configuration lines in lang.csh
* Support kbd in lang.{c,}shBernhard Rosenkraenzer2001-05-021-0/+17
|
* reintroduce font page reset, but fix su errorsBill Nottingham2001-02-101-0/+19
|
* don't muck with the font in lang.(sh|csh) (#26349)Bill Nottingham2001-02-061-19/+0
|
* specify full path to /sbin/consoletype (from milan.kerslager@spsselib.hiedu.cz)Bill Nottingham2000-12-071-1/+1
|
* don't turn locale settings of 'C' into en_USBill Nottingham2000-10-291-1/+1
|
* fix testr5-37Bill Nottingham2000-07-251-2/+1
|
* use /bin/echo for consistent behaviorBill Nottingham2000-04-191-1/+1
|