diff options
author | 2018-12-04 18:07:45 +0100 | |
---|---|---|
committer | 2018-12-04 18:10:34 +0100 | |
commit | 900eb89a8818963cf351d27df3e1d198409bf5b9 (patch) | |
tree | f0c1b214036c1e49cd23e0b8993604a15f6f1b12 /net-proxy/c-icap/files/c-icap.logrotate | |
parent | net-proxy/squidclamav: Remove last-rited pkg (diff) | |
download | gentoo-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.logrotate | 13 |
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 -} |