From 60a0dcc9b21edc6777a4392daba44eaa06b1fc9f Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 15 Jun 2000 18:56:54 +0000 Subject: /etc/rc.d/init.d -> /etc/init.d. Wheeeeee. --- service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service') diff --git a/service b/service index 0a6d297b..67fb3592 100755 --- a/service +++ b/service @@ -4,7 +4,7 @@ VERSION="`basename $0` ver. 0.91" USAGE="Usage: `basename $0` < option > | --status-all | \ [ service_name [ command | --full-restart ] ]" SERVICE= -SERVICEDIR="/etc/rc.d/init.d" +SERVICEDIR="/etc/init.d" if [ $# -eq 0 ]; then echo "${USAGE}" >&2 -- cgit v1.2.1