diff options
author | Bill Nottingham <notting@redhat.com> | 2003-01-14 03:50:30 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-01-14 03:50:30 +0000 |
commit | 48a8e2b917a881923c732a13cb2fd9ff14931d3e (patch) | |
tree | 9a24cde4af7842fcb0161730fccacaa7221100a7 | |
parent | 3bed3282e6765421e3f2286480b5ce1dc2bf7c56 (diff) | |
download | initscripts-48a8e2b917a881923c732a13cb2fd9ff14931d3e.tar initscripts-48a8e2b917a881923c732a13cb2fd9ff14931d3e.tar.gz initscripts-48a8e2b917a881923c732a13cb2fd9ff14931d3e.tar.bz2 initscripts-48a8e2b917a881923c732a13cb2fd9ff14931d3e.tar.xz initscripts-48a8e2b917a881923c732a13cb2fd9ff14931d3e.zip |
initialize OPTIONS (#78236)
-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 |