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-26 15:58:01 -0400
commitc1840116733608361be77208d8e98fc4fb1d3edd (patch)
treeba6ac147320bc87641374d5e896b70d03acce5b5
parent5d91d38c8c9b81db56dcd94cf5c470b0dce68da0 (diff)
downloadinitscripts-c1840116733608361be77208d8e98fc4fb1d3edd.tar
initscripts-c1840116733608361be77208d8e98fc4fb1d3edd.tar.gz
initscripts-c1840116733608361be77208d8e98fc4fb1d3edd.tar.bz2
initscripts-c1840116733608361be77208d8e98fc4fb1d3edd.tar.xz
initscripts-c1840116733608361be77208d8e98fc4fb1d3edd.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"