]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- identify as pld
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 21 Apr 2010 18:21:18 +0000 (18:21 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Wed, 21 Apr 2010 18:21:18 +0000 (18:21 +0000)
svn-id: @11338

service

diff --git a/service b/service
index 9de9a1f873a825dc3b8f8228731b4a5436876055..9291cc8c22c811c13830cf73c90cd8144e0d2c38 100755 (executable)
--- a/service
+++ b/service
@@ -4,7 +4,7 @@
 PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin"
 export PATH
 
-VERSION="$(basename $0) ver. 0.91"
+VERSION="$(basename $0) ver. 0.91-pld"
 USAGE="Usage: $(basename $0) < option > | --status-all | \
 [ service_name [ command | --full-restart ] ]"
 
@@ -35,7 +35,7 @@ while [ $# -gt 0 ]; do
          *)
                if [ -z "${SERVICE}" -a $# -eq 1 -a "${1}" = "--status-all" ]; then
                        cd ${SERVICEDIR}
-                       for SERVICE in * ; do
+                       for SERVICE in *; do
                                case "${SERVICE}" in
                                  functions | halt | killall | single| linuxconf| kudzu | \
                                  *rpmorig | *rpmnew | *rpmsave | *~ | *.orig)
This page took 0.261526 seconds and 4 git commands to generate.