[SCM] Debian packaging of Pinto CPAN distribution branch, master, updated. c3eb59e3ec99457c9a84372a7c396ae3b731de3d

Oleg Gashev oleg at gashev.net
Fri May 31 14:09:58 UTC 2013


The following commit has been merged in the master branch:
commit c3eb59e3ec99457c9a84372a7c396ae3b731de3d
Author: Oleg Gashev <oleg at gashev.net>
Date:   Fri May 31 14:07:34 2013 +0000

    Added logrotation.

diff --git a/debian/pinto.logrotate b/debian/pinto.logrotate
new file mode 100644
index 0000000..85b7bf2
--- /dev/null
+++ b/debian/pinto.logrotate
@@ -0,0 +1,11 @@
+/var/log/pinto/*.log {
+    weekly
+    missingok
+    rotate 52
+    compress
+    delaycompress
+    notifempty
+    create 640 root adm
+    sharedscripts
+    endscript
+}

-- 
Debian packaging of Pinto CPAN distribution



More information about the Pkg-perl-cvs-commits mailing list