Package: sarg
Version: 2.1-4

Hello,

i foud a typo weekly <-> monthly in logrotate files of sarg.
Linux:/etc# cat cron.weekly/sarg 
#!/bin/sh

if [ -x /usr/sbin/sarg-reports ]; then
  /usr/sbin/sarg-reports monthly
fi

Linux:/etc# cat cron.monthly/sarg 
#!/bin/sh

if [ -x /usr/sbin/sarg-reports ]; then
  /usr/sbin/sarg-reports weekly
fi

Fix for this is simple - switch these two files.


Best regards,

Jan Gregor


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to