summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-12-04 18:07:45 +0100
committerMichał Górny <mgorny@gentoo.org>2018-12-04 18:10:34 +0100
commit900eb89a8818963cf351d27df3e1d198409bf5b9 (patch)
treef0c1b214036c1e49cd23e0b8993604a15f6f1b12 /net-proxy/c-icap/files/c-icap.logrotate
parentnet-proxy/squidclamav: Remove last-rited pkg (diff)
downloadgentoo-900eb89a8818963cf351d27df3e1d198409bf5b9.tar.gz
gentoo-900eb89a8818963cf351d27df3e1d198409bf5b9.tar.bz2
gentoo-900eb89a8818963cf351d27df3e1d198409bf5b9.zip
net-proxy/c-icap: Remove last-rited pkg
Closes: https://bugs.gentoo.org/556306 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-proxy/c-icap/files/c-icap.logrotate')
-rw-r--r--net-proxy/c-icap/files/c-icap.logrotate13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-proxy/c-icap/files/c-icap.logrotate b/net-proxy/c-icap/files/c-icap.logrotate
deleted file mode 100644
index c4c0a5d34f6e..000000000000
--- a/net-proxy/c-icap/files/c-icap.logrotate
+++ /dev/null
@@ -1,13 +0,0 @@
-/var/log/c-icap/access.log {
- missingok
- postrotate
- /etc/init.d/c-icap restart
- endscript
-}
-
-/var/log/cicap-server.log {
- missingok
- postrotate
- /etc/init.d/c-icap restart
- endscript
-}