diff options
author | Florian La Roche <laroche@redhat.com> | 2002-06-26 10:10:40 +0000 |
---|---|---|
committer | Florian La Roche <laroche@redhat.com> | 2002-06-26 10:10:40 +0000 |
commit | 943815067d4b3a1b01a524ac45fa66415e0e45e8 (patch) | |
tree | 536e075d6d7fd2c03ffd6550a66e6dfbd29807c1 /rc.d/rc | |
parent | 3ed27ad5e8a6578b16e851384b43bbce4ce97ca6 (diff) | |
download | initscripts-943815067d4b3a1b01a524ac45fa66415e0e45e8.tar initscripts-943815067d4b3a1b01a524ac45fa66415e0e45e8.tar.gz initscripts-943815067d4b3a1b01a524ac45fa66415e0e45e8.tar.bz2 initscripts-943815067d4b3a1b01a524ac45fa66415e0e45e8.tar.xz initscripts-943815067d4b3a1b01a524ac45fa66415e0e45e8.zip |
- further smaller cleanups, TEXTDOMAIN* is never exported
Diffstat (limited to 'rc.d/rc')
-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 |