On 8/29/2010 6:46 AM, Christoph Maser wrote:
> Hi Mark
> I submitted an update dropping the pid-file parameter when calling
> killproc. This works correctly on el4 and el5 at least in my tests.

I just finally updated to the latest RPM today to test because we ran
into a DST bug in 3.2.0 yesterday.  It looks like the EL5-only -p option
is still passed to the reload function (but nowhere else):

reload() {
    echo -n $"Reloading $prog: "
    killproc -p ${pidfile} $exec -HUP
    RETVAL=$?
    echo
}

Regards,
Mark

_______________________________________________
suggest mailing list
suggest@lists.rpmforge.net
http://lists.rpmforge.net/mailman/listinfo/suggest

Reply via email to