From f39c6dab71f5188f95650d367ece1df4f263e474 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 18 Sep 2022 23:20:40 +0100 Subject: gentoo auto-resync : 18:09:2022 - 23:20:40 --- www-servers/thttpd/files/thttpd.logrotate | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 www-servers/thttpd/files/thttpd.logrotate (limited to 'www-servers/thttpd/files/thttpd.logrotate') diff --git a/www-servers/thttpd/files/thttpd.logrotate b/www-servers/thttpd/files/thttpd.logrotate deleted file mode 100644 index 7e75c813524a..000000000000 --- a/www-servers/thttpd/files/thttpd.logrotate +++ /dev/null @@ -1,12 +0,0 @@ -/var/log/thttpd.log { - daily - rotate 5 - compress - delaycompress - missingok - notifempty - sharedscripts - postrotate - kill -HUP `cat /var/run/thttpd.pid 2>/dev/null` 2>/dev/null || true - endscript -} -- cgit v1.2.3