aboutsummaryrefslogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-01-14 03:50:30 +0000
committerBill Nottingham <notting@redhat.com>2003-01-14 03:50:30 +0000
commit48a8e2b917a881923c732a13cb2fd9ff14931d3e (patch)
tree9a24cde4af7842fcb0161730fccacaa7221100a7 /service
parent3bed3282e6765421e3f2286480b5ce1dc2bf7c56 (diff)
downloadinitscripts-48a8e2b917a881923c732a13cb2fd9ff14931d3e.tar
initscripts-48a8e2b917a881923c732a13cb2fd9ff14931d3e.tar.gz
initscripts-48a8e2b917a881923c732a13cb2fd9ff14931d3e.tar.bz2
initscripts-48a8e2b917a881923c732a13cb2fd9ff14931d3e.tar.xz
initscripts-48a8e2b917a881923c732a13cb2fd9ff14931d3e.zip
initialize OPTIONS (#78236)
Diffstat (limited to 'service')
-rwxr-xr-xservice1
1 files changed, 1 insertions, 0 deletions
diff --git a/service b/service
index 9cf598d3..a67c5d57 100755
--- a/service
+++ b/service
@@ -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