summaryrefslogtreecommitdiff
path: root/~mtjm/cups-usblp/cups.logrotate
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-11-18 09:51:44 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-11-18 09:51:44 +0100
commitc0eaf7d6cfb67725e48ab8a25ebfc938c960a822 (patch)
treee3e29a3d2a418942258ed13417814a7a6224f212 /~mtjm/cups-usblp/cups.logrotate
parentc5e38cfd300af328bf1ac310d45fa799c060fcbe (diff)
downloadabslibre-c0eaf7d6cfb67725e48ab8a25ebfc938c960a822.tar.gz
abslibre-c0eaf7d6cfb67725e48ab8a25ebfc938c960a822.tar.bz2
abslibre-c0eaf7d6cfb67725e48ab8a25ebfc938c960a822.zip
Remove unused ~mtjm packages.
cups-usblp is not needed for my printer, starting with 1.6. A debootstrap that can be built using libretools is available in pcr. I don't use python2-openid nor zbar, while this might be still useful. I don't use python-urlreader nor python-getmediumurl, lack of fixes and active maintenance made them much less useful recently. If you need some of them, add them to pcr.
Diffstat (limited to '~mtjm/cups-usblp/cups.logrotate')
-rwxr-xr-x~mtjm/cups-usblp/cups.logrotate8
1 files changed, 0 insertions, 8 deletions
diff --git a/~mtjm/cups-usblp/cups.logrotate b/~mtjm/cups-usblp/cups.logrotate
deleted file mode 100755
index 9c49bbdaf..000000000
--- a/~mtjm/cups-usblp/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
-}