SVN: rc-scripts/trunk/service
glen
glen at pld-linux.org
Sat Feb 19 17:03:43 CET 2011
Author: glen
Date: Sat Feb 19 17:03:43 2011
New Revision: 12170
Modified:
rc-scripts/trunk/service
Log:
- tabs
Modified: rc-scripts/trunk/service
==============================================================================
--- rc-scripts/trunk/service (original)
+++ rc-scripts/trunk/service Sat Feb 19 17:03:43 2011
@@ -45,15 +45,15 @@
echo "${VERSION}" >&2
exit 0
;;
- --upstart)
- USE_UPSTART=yes
+ --upstart)
+ USE_UPSTART=yes
shift
;;
- --no-upstart)
- USE_UPSTART=no
+ --no-upstart)
+ USE_UPSTART=no
shift
;;
- *)
+ *)
if [ -z "${SERVICE}" -a $# -eq 1 -a "${1}" = "--status-all" ]; then
cd ${SERVICEDIR}
for SERVICE in *; do
More information about the pld-cvs-commit
mailing list