From 32b375baeff00c7f8205b6c95b8a6525373bdd97 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 24 Jul 2000 19:41:41 +0000 Subject: revert --- 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