richard: server/kolabd/kolabd/dist_conf kolabsrv.in,1.15,1.16

cvs at kolab.org cvs at kolab.org
Wed Feb 25 23:40:53 CET 2009


Author: richard

Update of /kolabrepository/server/kolabd/kolabd/dist_conf
In directory doto:/tmp/cvs-serv24701/dist_conf

Modified Files:
	kolabsrv.in 
Log Message:
stop the services backwards compared with the start sequence



Index: kolabsrv.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/dist_conf/kolabsrv.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- kolabsrv.in	24 Feb 2009 14:57:41 -0000	1.15
+++ kolabsrv.in	25 Feb 2009 22:40:51 -0000	1.16
@@ -91,6 +91,10 @@
 
 		exit 1
 	fi
+else
+	if [[ "$PARAM" == "stop" ]]; then
+		SERVICES=$(tr " " "\n" <<< "$SERVICES" | tac)
+	fi
 fi
 
 [[ -f @sysconfdir@/kolab/profile.sh ]] && . @sysconfdir@/kolab/profile.sh





More information about the commits mailing list