]> git.pld-linux.org Git - packages/cups.git/commitdiff
- Logrotate script for cups.
authormkochano <mkochano@pld-linux.org>
Sun, 4 Nov 2001 20:22:26 +0000 (20:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cups.logrotate -> 1.1

cups.logrotate [new file with mode: 0644]

diff --git a/cups.logrotate b/cups.logrotate
new file mode 100644 (file)
index 0000000..beb5894
--- /dev/null
@@ -0,0 +1,10 @@
+/var/log/cups/*log {
+       olddir /var/log/archiv/cups
+       weekly
+       rotate 4
+       compress
+       create 660 root root
+       postrotate
+               /etc/rc.d/init.d/cups restart > /dev/null
+       endscript
+}
This page took 0.037548 seconds and 4 git commands to generate.