richard: server/kolabd/kolabd/dist_conf kolabsrv.in,1.11,1.12

cvs at kolab.org cvs at kolab.org
Fri Feb 1 20:12:28 CET 2008


Author: richard

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

Modified Files:
	kolabsrv.in 
Log Message:
changed the reference to the script itself to an autotools variable (@KOLABRC@)



Index: kolabsrv.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/dist_conf/kolabsrv.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- kolabsrv.in	31 Jan 2008 14:28:56 -0000	1.11
+++ kolabsrv.in	1 Feb 2008 19:12:26 -0000	1.12
@@ -22,7 +22,7 @@
 	retc=$?
 	if [ $retc -ne 0 ] && [ $retc -ne 3 ]; then
 		( echo "ERROR: $RCDIR/$SERVICE $PARAM failed"
-		  echo "Run: /usr/sbin/kolab rc all stop"
+		  echo "Run: @KOLABRC@ rc all stop"
 		  echo "to stop all services"
 		) >&2
 		exit 1





More information about the commits mailing list