diff options
Diffstat (limited to 'service')
-rwxr-xr-x | service | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |