diff options
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -98,8 +98,6 @@ if [ -d /etc/rc$runlevel.d ]; then if [ "$subsys" = "halt" -o "$subsys" = "reboot" ]; then unset LANG unset LC_ALL - unset TEXTDOMAIN - unset TEXTDOMAINDIR exec $i start else $i start @@ -109,8 +107,6 @@ if [ -d /etc/rc$runlevel.d ]; then if [ "$subsys" = "halt" -o "$subsys" = "reboot" ]; then unset LANG unset LC_ALL - unset TEXTDOMAIN - unset TEXTDOMAINDIR exec $i start fi $i start |