summaryrefslogtreecommitdiffstats
path: root/debian/lcr.logrotate
diff options
context:
space:
mode:
authorJoerg Dorchain2009-10-03 10:37:00 +0200
committerJoerg Dorchain2009-10-03 10:37:00 +0200
commitdc3f19ab84f1a8b99808f04ef35ba7f0d78bf4e4 (patch)
treebbec941d0bb9e3d8191ef5bbb38706d739fd7db2 /debian/lcr.logrotate
parentFixed minor release BUG in SS5. Added comfort noise. (diff)
downloadlcr-dc3f19ab84f1a8b99808f04ef35ba7f0d78bf4e4.tar.gz
lcr-dc3f19ab84f1a8b99808f04ef35ba7f0d78bf4e4.tar.xz
lcr-dc3f19ab84f1a8b99808f04ef35ba7f0d78bf4e4.zip
First import of debian subdir
This adds the necessary stuff to just do a dpkg-buildpackage in the source directory and get a debian package. Todo: - Get rid of the configure_warning patch
Diffstat (limited to 'debian/lcr.logrotate')
-rw-r--r--debian/lcr.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/lcr.logrotate b/debian/lcr.logrotate
new file mode 100644
index 0000000..22b67e0
--- /dev/null
+++ b/debian/lcr.logrotate
@@ -0,0 +1,9 @@
+/var/log/lcr/log {
+ weekly
+ missingok
+ rotate 8
+ compress
+ delaycompress
+ notifempty
+# No signalling necessary, lcr does not keep logiles open
+}