* ok, we want the LANG feature. but now we make it dependant on WEBCIT_LANG instead...
[citadel.git] / webcit / debian / webcit.init
index e237ac867bd3097569637405443b50800686751f..f867e8ad71828111782c19ddbc6d5ec31aada485 100644 (file)
@@ -53,9 +53,7 @@ unset LANG
 unset LANGUAGE
 unset LC_ALL
 unset LOCALE
-if test -n "$WEBCIT_LANG" -a "$WEBCIT_LANG" != "UNLIMITED"; then
-    export LANG=$WEBCIT_LANG
-fi 
+
 
 if test -z "$TZ"; then
        if test -e /etc/timezone; then