summaryrefslogtreecommitdiffstats
path: root/abs/extra/cups/cups.logrotate
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-03-26 15:01:49 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-03-26 15:01:49 (GMT)
commit124b71a11d5478228b9001a22873bdfd18d952aa (patch)
tree7961de1e0f4b3e2be11a3f70c8eed3998f311a65 /abs/extra/cups/cups.logrotate
parente29c7b67938ff9384d304c36aa6259d694549933 (diff)
downloadlinhes_pkgbuild-124b71a11d5478228b9001a22873bdfd18d952aa.zip
linhes_pkgbuild-124b71a11d5478228b9001a22873bdfd18d952aa.tar.gz
linhes_pkgbuild-124b71a11d5478228b9001a22873bdfd18d952aa.tar.bz2
cups: update to 1.7.1
Diffstat (limited to 'abs/extra/cups/cups.logrotate')
-rw-r--r--abs/extra/cups/cups.logrotate8
1 files changed, 0 insertions, 8 deletions
diff --git a/abs/extra/cups/cups.logrotate b/abs/extra/cups/cups.logrotate
deleted file mode 100644
index 9c49bbd..0000000
--- a/abs/extra/cups/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
-}