IS_USERLOGROTATE Screaming when the cron is changed to daily instead of weekly #114

Open
opened 2019-07-23 10:14:48 +02:00 by lpoujol · 0 comments
Owner
  • Current behavior

IS_USERLOGROTATE is thrown if /etc/cron.weekly/userlogrotate is missing

  • The issue

In some cases, the cron is moved to /etc/cron.daily/userlogrotate because the user logs tend to grow big

  • Expected behaviour

Not throwing IS_USERLOGROTATE if /etc/cron.daily/userlogrotate exists.
Whether the cron is daily or weekly, I don't expect to see that error thrown.

The check should verify the existence of /etc/cron.weekly/userlogrotate xor /etc/cron.daily/userlogrotate

* **Current behavior** IS_USERLOGROTATE is thrown if `/etc/cron.weekly/userlogrotate` is missing * **The issue** In some cases, the cron is moved to `/etc/cron.daily/userlogrotate` because the user logs tend to grow big * **Expected behaviour** Not throwing IS_USERLOGROTATE if `/etc/cron.daily/userlogrotate` exists. Whether the cron is daily or weekly, I don't expect to see that error thrown. The check should verify the existence of `/etc/cron.weekly/userlogrotate` xor `/etc/cron.daily/userlogrotate`
benpro added the
bug
label 2019-07-23 15:52:03 +02:00
btatu self-assigned this 2020-12-08 14:19:51 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: evolix/evocheck#114
No description provided.