summaryrefslogtreecommitdiff
path: root/libre/cups-libre/cups.logrotate
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-11-19 02:42:54 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-11-19 02:42:54 -0200
commitb8de81d47176637dfd7b9dca164ceea8afe52b56 (patch)
tree1172f5d99e375892c6fc5fbd1920a6afadef985a /libre/cups-libre/cups.logrotate
parentbf3ea4af547c1dff83c6a45c33f58ab611818133 (diff)
parent4ed098464aaa6b70c197479437b57ef79f9f3838 (diff)
downloadabslibre-b8de81d47176637dfd7b9dca164ceea8afe52b56.tar.gz
abslibre-b8de81d47176637dfd7b9dca164ceea8afe52b56.tar.bz2
abslibre-b8de81d47176637dfd7b9dca164ceea8afe52b56.zip
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/cups-libre/cups.logrotate')
-rwxr-xr-xlibre/cups-libre/cups.logrotate8
1 files changed, 0 insertions, 8 deletions
diff --git a/libre/cups-libre/cups.logrotate b/libre/cups-libre/cups.logrotate
deleted file mode 100755
index 9c49bbdaf..000000000
--- a/libre/cups-libre/cups.logrotate
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/log/cups/*log {
- missingok
- notifempty
- delaycompress
- postrotate
- /bin/kill -HUP `cat /var/run/cups.pid 2>/dev/null` 2>/dev/null || true
- endscript
-}