diff options
-rwxr-xr-x | rc.d/rc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |