]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
s/LANG/LC_ALL/ in umount
authorArtur Frysiak <artur@frysiak.net>
Fri, 18 Feb 2000 10:42:02 +0000 (10:42 +0000)
committerArtur Frysiak <artur@frysiak.net>
Fri, 18 Feb 2000 10:42:02 +0000 (10:42 +0000)
svn-id: @642

rc.d/rc.shutdown

index a6c37d239130b46f4d1a18043d452a6ad2eecb1f..41ea4e6dbedc5b8d04b9ef9bd1e963bc50e7fad9 100755 (executable)
@@ -6,7 +6,7 @@
 #               Modified for PLD Linux by Grzegorz Stanislawski
 # Changes:      Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
 #
-# $Id: rc.shutdown,v 1.3 2000/02/18 10:37:06 wiget Exp $
+# $Id: rc.shutdown,v 1.4 2000/02/18 10:42:02 wiget Exp $
 
 # Set the path.
 PATH=/sbin:/bin:/usr/bin:/usr/sbin
@@ -41,7 +41,7 @@ while [ -n "$remaining" -a "$retry" -gt 0 ]
 do
        _ERRORS=""
        show "Unmounting file systems"; busy
-       if _ERRORS="`LANG_OLD=$LANG;LANG=C;initlog -c \"umount -a -f -t noproc\" 2>&1;LANG=$LANG_OLD`"; the
+       if _ERRORS="`LANG_OLD=$LC_ALL;LC_ALL=C;initlog -c \"umount -a -f -t noproc\" 2>&1;LC_ALL=$LANG_OLD`"; the
        n
                deltext; ok
        else
This page took 0.027895 seconds and 4 git commands to generate.