aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rc')
-rwxr-xr-xrc.d/rc4
1 files changed, 0 insertions, 4 deletions
diff --git a/rc.d/rc b/rc.d/rc
index 69b4cd87..226c5cfb 100755
--- a/rc.d/rc
+++ b/rc.d/rc
@@ -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