]> git.pld-linux.org Git - projects/rc-scripts.git/blame - lang.csh
- devtmpfs is madatory for udev >= 176
[projects/rc-scripts.git] / lang.csh
CommitLineData
7e04fe0e 1#!/bin/csh
b0443108 2#
e89ff929 3# $Id$
b0443108 4#
7e04fe0e 5
458f14b7
AM
6test -f /etc/sysconfig/i18n
7if ($status == 0) then
1050f687
JR
8 if ($?LANG) then
9 setenv LANG
10 endif
11 if ($?LC_ALL) then
12 setenv LC_ALL
13 endif
14 if ($?LINGUAS) then
15 setenv LINGUAS
16 endif
17 if ($?SYSTERM) then
18 setenv TERM=$SYSTERM
19 endif
20 if ($?_XKB_CHARSET) then
21 setenv _XKB_CHARSET
22 endif
23 if ($?INPUTRC) then
24 setenv INPUTRC
25 endif
26 if ($?LESSCHARSET) then
27 setenv LESSCHARSET
28 else if ($TERM == linux-lat) then
29 setenv LESSCHARSET latin1
30 endif
458f14b7 31endif
This page took 0.072851 seconds and 4 git commands to generate.