aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
authorFlorian La Roche <laroche@redhat.com>2002-06-26 10:03:56 +0000
committerFlorian La Roche <laroche@redhat.com>2002-06-26 10:03:56 +0000
commit0bb4cfc42fbb7e8edef7227c98cd3de041ca37d5 (patch)
treef44a8b2c60abc1b3bc8ea55bd220e70b9c8e1dd4 /rc.d
parentef532cbd4317a6ecf56d894d4f1532aca2b8463e (diff)
downloadinitscripts-0bb4cfc42fbb7e8edef7227c98cd3de041ca37d5.tar
initscripts-0bb4cfc42fbb7e8edef7227c98cd3de041ca37d5.tar.gz
initscripts-0bb4cfc42fbb7e8edef7227c98cd3de041ca37d5.tar.bz2
initscripts-0bb4cfc42fbb7e8edef7227c98cd3de041ca37d5.tar.xz
initscripts-0bb4cfc42fbb7e8edef7227c98cd3de041ca37d5.zip
- change to /etc/init.d/functions
- eliminate some un-necessary PATH settings - eliminate some TEXTDOMAIN settings
Diffstat (limited to 'rc.d')
-rwxr-xr-xrc.d/init.d/single2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/single b/rc.d/init.d/single
index 51459e64..2f223822 100755
--- a/rc.d/init.d/single
+++ b/rc.d/init.d/single
@@ -10,7 +10,7 @@
# Modified for RHS Linux by Damien Neil
#
-. /etc/rc.d/init.d/functions
+. /etc/init.d/functions
if [ "$1" != "start" ] ; then
exit 0