SVN: rc-scripts/trunk/service

glen glen at pld-linux.org
Wed Apr 21 20:21:19 CEST 2010


Author: glen
Date: Wed Apr 21 20:21:18 2010
New Revision: 11338

Modified:
   rc-scripts/trunk/service
Log:
- identify as pld

Modified: rc-scripts/trunk/service
==============================================================================
--- rc-scripts/trunk/service	(original)
+++ rc-scripts/trunk/service	Wed Apr 21 20:21:18 2010
@@ -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 @@
 	  *)
 		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)


More information about the pld-cvs-commit mailing list