From 4db6d852afc433a7559e2de32f586458f70f79bf Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 7 Feb 2001 20:28:26 +0000 Subject: unset LC_ALL before calling halt/reboot as well --- rc.d/rc | 1 + 1 file changed, 1 insertion(+) (limited to 'rc.d/rc') diff --git a/rc.d/rc b/rc.d/rc index 87a124a8..b165b6b4 100755 --- a/rc.d/rc +++ b/rc.d/rc @@ -103,6 +103,7 @@ if [ -d /etc/rc$runlevel.d ]; then if [ "$subsys" = "halt" -o "$subsys" = "reboot" -o "$subsys" = "single" -o "$subsys" = "local" ]; then if [ "$subsys" = "halt" -o "$subsys" = "reboot" ]; then unset LANG + unset LC_ALL unset TEXTDOMAIN unset TEXTDOMAINDIR exec $i start -- cgit v1.2.1