aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrc.d/rc3
1 files changed, 1 insertions, 2 deletions
diff --git a/rc.d/rc b/rc.d/rc
index 7785e8f3..9f88c82c 100755
--- a/rc.d/rc
+++ b/rc.d/rc
@@ -88,8 +88,7 @@ for i in /etc/rc$runlevel.d/S* ; do
# Bring the subsystem up.
if [ "$subsys" = "halt" -o "$subsys" = "reboot" ]; then
- unset LANG
- unset LC_ALL
+ export LC_ALL=C
exec $i start
fi
if egrep -q "(daemon |action )" $i 2>/dev/null \