I noticed there's an extraneous line in the qpidd init.d script that effectively causes the script to ignore any options that may be passed in.

I'm enclosing a small patch to fix that issue, would appreciate it if someone could apply it for me.

Thanks,
Nuno
Index: cpp/etc/qpidd
===================================================================
--- cpp/etc/qpidd       (revision 581701)
+++ cpp/etc/qpidd       (working copy)
@@ -23,7 +23,6 @@
 # Source function library.
 . /etc/rc.d/init.d/functions
 
-QPIDD_OPTIONS=
 if [ -f /etc/sysconfig/$prog ] ; then
        . /etc/sysconfig/$prog
 fi

Reply via email to