aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2012-06-26 15:58:01 -0400
committerBill Nottingham <notting@redhat.com>2012-06-29 17:13:05 -0400
commit3dd9f7cffb04e0f3ca49e494dd7f890a02b4fb9a (patch)
tree5c2b80a534445a2aa868fba1c84f2251b6e100e3
parent6342995a8951fba570ccc0689094a36513958bea (diff)
downloadinitscripts-3dd9f7cffb04e0f3ca49e494dd7f890a02b4fb9a.tar
initscripts-3dd9f7cffb04e0f3ca49e494dd7f890a02b4fb9a.tar.gz
initscripts-3dd9f7cffb04e0f3ca49e494dd7f890a02b4fb9a.tar.bz2
initscripts-3dd9f7cffb04e0f3ca49e494dd7f890a02b4fb9a.tar.xz
initscripts-3dd9f7cffb04e0f3ca49e494dd7f890a02b4fb9a.zip
Bump /sbin/service version.
-rwxr-xr-xservice2
1 files changed, 1 insertions, 1 deletions
diff --git a/service b/service
index 86b6f29f..5d1209c2 100755
--- a/service
+++ b/service
@@ -2,7 +2,7 @@
. /etc/init.d/functions
-VERSION="$(basename $0) ver. 0.91"
+VERSION="$(basename $0) ver. 1.1"
USAGE="Usage: $(basename $0) < option > | --status-all | \
[ service_name [ command | --full-restart ] ]"
SERVICEDIR="/etc/init.d"