diff options
Diffstat (limited to 'system/cups/cups.logrotate')
-rw-r--r-- | system/cups/cups.logrotate | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/system/cups/cups.logrotate b/system/cups/cups.logrotate deleted file mode 100644 index a50b058a3..000000000 --- a/system/cups/cups.logrotate +++ /dev/null @@ -1,8 +0,0 @@ -/var/log/cups/*log { - missingok - notifempty - delaycompress - postrotate - /etc/init.d/cupsd --quiet --ifstarted reload - endscript -} |