RSYNC_RSH=ssh
CVS_RSH=ssh
PILOTRATE=115200
-PILOTPORT=/dev/tts/0
+PILOTPORT=/dev/usb/tts/0
#MAIL=/var/spool/mail/tfheen
DEBEMAIL=tfheen@debian.org
DEBFULLNAME="Tollef Fog Heen"
fi
fi
+if [ -z "$LANG" ]|| [ "$LANG" = "C" ]; then
+ if type -p localedef > /dev/null 2>&1; then
+ localedef --list-archive > /dev/null 2>&1
+ if test "$?" = "0"; then
+ if localedef --list-archive | grep -q '^no_NO$' ; then
+ LANG=no_NO
+ elif localedef --list-archive | grep -q '^en_US$'; then
+ LANG=en_US
+ fi
+ fi
+ fi
+fi
+
case "$DOMAINNAME" in
idi.ntnu.no|stud.ntnu.no)
XTERM=Eterm