diff options
-rwxr-xr-x | service | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ USAGE="Usage: `basename $0` < option > | --status-all | \ [ service_name [ command | --full-restart ] ]" SERVICE= SERVICEDIR="/etc/init.d" +OPTIONS= if [ $# -eq 0 ]; then echo $"${USAGE}" >&2 |