From 6b241b6aee650dc043de5ec63f81cdeed7d7eb54 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 14 Jan 2003 04:55:33 +0000 Subject: set to C locale, to avoid use of locale archives (#72043) --- rc.d/rc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rc.d') 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 \ -- cgit v1.2.1