http://qa.mandrakesoft.com/show_bug.cgi?id=3554





------- Additional Comments From [EMAIL PROTECTED]  2003-03-29 08:15 -------
My pleasure.  I'm happy I give back to the open source community
because I take a lot from it.

I sent an e-mail about it to Cooker list many months ago but
it didn't get noticed.  Bugzilla is definately the way to report
bugs.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
When the two cron jobs in /etc/cron.hourly and one in
/etc/cron.daily run without inn being active at the
current run level they exit with a status code of 1
which cron reports by sending an email to root.

I changed these files to this to fix this problem:

[EMAIL PROTECTED] cron.hourly]# cat /etc/cron.hourly/inn-cron-nntpsend 
#!/bin/sh
! /sbin/chkconfig innd || su - news -c /usr/bin/nntpsend

[EMAIL PROTECTED] cron.hourly]# cat /etc/cron.hourly/inn-cron-rnews 
#!/bin/sh
! /sbin/chkconfig innd || /usr/bin/rnews -U

[EMAIL PROTECTED] cron.hourly]# cat /etc/cron.daily/inn-cron-expire 
#!/bin/sh
! /sbin/chkconfig innd || su - news -c "/usr/bin/news.daily delayrm"

It has been this way for several releases.

Bill

Reply via email to