summaryrefslogtreecommitdiff
path: root/cgi/logrotate
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-08-08 20:32:10 +0200
committerDaniel Baumann <daniel@debian.org>2011-08-08 20:32:14 +0200
commitca8baa892f082d2da121e597770b5ef6db118f55 (patch)
tree07b3a64b1b6583c05187e8723410b627c8195391 /cgi/logrotate
parent5b9c2c23df24e75a61cace8e26e36dbff2aae707 (diff)
downloadvyos-live-build-ca8baa892f082d2da121e597770b5ef6db118f55.tar.gz
vyos-live-build-ca8baa892f082d2da121e597770b5ef6db118f55.zip
Renaming cgi files within the sources to consistently use the name live-build-cgi.
Diffstat (limited to 'cgi/logrotate')
-rw-r--r--cgi/logrotate11
1 files changed, 0 insertions, 11 deletions
diff --git a/cgi/logrotate b/cgi/logrotate
deleted file mode 100644
index 75d89a9eb..000000000
--- a/cgi/logrotate
+++ /dev/null
@@ -1,11 +0,0 @@
-# /etc/logrotate.d/live-build
-
-/var/log/live
-{
- compress
- copytruncate
- missingok
- monthly
- notifempty
- rotate 24
-}