From 48a8e2b917a881923c732a13cb2fd9ff14931d3e Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 14 Jan 2003 03:50:30 +0000 Subject: initialize OPTIONS (#78236) --- service | 1 + 1 file changed, 1 insertion(+) (limited to 'service') 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 -- cgit v1.2.1