From 6e39665e5142852cf5d7b48a8eb1e7e632348a1a Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 2 Oct 2016 21:39:20 +0200 Subject: main/nginx-initscripts: remove, replaced by main/nginx Content of this package has been moved into main/nginx some time ago and main/nginx replaces=nginx-initscripts. --- main/nginx-initscripts/nginx.logrotate | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 main/nginx-initscripts/nginx.logrotate (limited to 'main/nginx-initscripts/nginx.logrotate') diff --git a/main/nginx-initscripts/nginx.logrotate b/main/nginx-initscripts/nginx.logrotate deleted file mode 100644 index 00e5a94eb5..0000000000 --- a/main/nginx-initscripts/nginx.logrotate +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/files/nginx.logrotate,v 1.1 2010/01/03 20:29:40 djc Exp $ - -/var/log/nginx/*.log { - missingok - sharedscripts - postrotate - test -r /var/run/nginx.pid && kill -USR1 `cat /var/run/nginx.pid` - endscript -} - -- cgit v1.2.3