aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-01-14 04:55:33 +0000
committerBill Nottingham <notting@redhat.com>2003-01-14 04:55:33 +0000
commit6b241b6aee650dc043de5ec63f81cdeed7d7eb54 (patch)
tree14d547a784bdff9631c07491bb475031bf0c4a82
parent6a16941e47f8efa4c95b2a280151bf8b21782d70 (diff)
downloadinitscripts-6b241b6aee650dc043de5ec63f81cdeed7d7eb54.tar
initscripts-6b241b6aee650dc043de5ec63f81cdeed7d7eb54.tar.gz
initscripts-6b241b6aee650dc043de5ec63f81cdeed7d7eb54.tar.bz2
initscripts-6b241b6aee650dc043de5ec63f81cdeed7d7eb54.tar.xz
initscripts-6b241b6aee650dc043de5ec63f81cdeed7d7eb54.zip
set to C locale, to avoid use of locale archives (#72043)
-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 \