diff options
author | Bill Nottingham <notting@redhat.com> | 2012-06-26 15:58:01 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2012-06-29 17:13:05 -0400 |
commit | 3dd9f7cffb04e0f3ca49e494dd7f890a02b4fb9a (patch) | |
tree | 5c2b80a534445a2aa868fba1c84f2251b6e100e3 | |
parent | 6342995a8951fba570ccc0689094a36513958bea (diff) | |
download | initscripts-3dd9f7cffb04e0f3ca49e494dd7f890a02b4fb9a.tar initscripts-3dd9f7cffb04e0f3ca49e494dd7f890a02b4fb9a.tar.gz initscripts-3dd9f7cffb04e0f3ca49e494dd7f890a02b4fb9a.tar.bz2 initscripts-3dd9f7cffb04e0f3ca49e494dd7f890a02b4fb9a.tar.xz initscripts-3dd9f7cffb04e0f3ca49e494dd7f890a02b4fb9a.zip |
Bump /sbin/service version.
-rwxr-xr-x | service | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |