summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-05-21 18:22:28 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-05-21 18:22:28 +0200
commite2df4cd8a891285c8114d0ee8f6138ebb63f596e (patch)
tree759ae9d6c0bbf6aa80dd959ac9c5a35ecc89b2fe /etc
parent42562531389e9998c83a1c05a1551244e4457f55 (diff)
etc/rc: Added LANG=C
Diffstat (limited to 'etc')
-rw-r--r--etc/rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index aa2f4d5..dc01710 100644
--- a/etc/rc
+++ b/etc/rc
@@ -20,6 +20,7 @@ uname=$(uname)
export PATH=$HOME/bin:$PATH
export EDITOR==vim
export MPD_HOST=saviour
+export LANG=C
[ $uname = OpenBSD ] && export PKG_PATH="ftp://ftp.freenet.de/pub/ftp.openbsd.org/pub/OpenBSD/`uname -r`/packages/`machine -a`/:ftp://openbsd.ftp.fu-berlin.de/pub/OpenBSD/`uname -r`/packages/`machine -a`/"
export HOST