Author: aconway
Date: 2008-01-30 10:45:16 -0500 (Wed, 30 Jan 2008)
New Revision: 1628
Modified:
store/trunk/cpp/etc/rhmd.sh
Log:
Respect --config argument given on the command line.
Modified: store/trunk/cpp/etc/rhmd.sh
===================================================================
--- store/trunk/cpp/etc/rhmd.sh 2008-01-30 15:03:19 UTC (rev 1627)
+++ store/trunk/cpp/etc/rhmd.sh 2008-01-30 15:45:16 UTC (rev 1628)
@@ -1,2 +1,4 @@
#!/bin/bash
-/usr/sbin/qpidd --config=/etc/rhmd.conf $*
+echo $* | grep -e --config >/dev/null || CONFIG=--config=/etc/rhmd.conf
+/usr/sbin/qpidd $CONFIG $*
+
Show replies by date