[rhmessaging-commits] rhmessaging commits: r1989 - store/trunk/cpp/etc.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu May 1 10:55:04 EDT 2008


Author: nunofsantos
Date: 2008-05-01 10:55:03 -0400 (Thu, 01 May 2008)
New Revision: 1989

Modified:
   store/trunk/cpp/etc/rhmd
Log:
full path for qpidd binary in init script

Modified: store/trunk/cpp/etc/rhmd
===================================================================
--- store/trunk/cpp/etc/rhmd	2008-04-28 22:21:11 UTC (rev 1988)
+++ store/trunk/cpp/etc/rhmd	2008-05-01 14:55:03 UTC (rev 1989)
@@ -32,7 +32,7 @@
 
 start() {
 	echo -n $"Starting RHM daemon: "
-	daemon --pidfile $pidfile --check $prog --user qpidd $prog --daemon --config=/etc/rhmd.conf
+	daemon --pidfile $pidfile --check $prog --user qpidd /usr/sbin/$prog --daemon --config=/etc/rhmd.conf
 	RETVAL=$?
         if [ $RETVAL = 0 ] ; then success ; else failure ; fi
 	echo




More information about the rhmessaging-commits mailing list