Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=561568

--- Comment #20 from Muzi <muzammel.li...@gmail.com> 2010-02-14 08:20:04 EST ---
Now come to the final point, where problem occur at end of cron script.if
sa-updates founds updates, then condrestart spamd & amavisd

/usr/bin/sa-update $arglist
if [ $? -eq 0 ]; then
    /etc/init.d/spamassassin condrestart > /dev/null
    [ -f /etc/init.d/amavisd ] && /etc/init.d/amavisd condrestart > /dev/null
    [ -f /var/run/mimedefang.pid ] && /etc/init.d/mimedefang reload > /dev/null

Now if you said its not bug then why script failed on condrestart of amavisd ?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to