aboutsummaryrefslogtreecommitdiffstats
path: root/main/nginx-initscripts/nginx.logrotate
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-10-02 21:39:20 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-10-02 21:41:03 +0200
commit6e39665e5142852cf5d7b48a8eb1e7e632348a1a (patch)
tree82fe1e0f372e309db243e8319e0346959bb31da7 /main/nginx-initscripts/nginx.logrotate
parentbcbcb71d7a89675f89e1de484bcd96319ef999aa (diff)
downloadaports-6e39665e5142852cf5d7b48a8eb1e7e632348a1a.tar.bz2
aports-6e39665e5142852cf5d7b48a8eb1e7e632348a1a.tar.xz
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.
Diffstat (limited to 'main/nginx-initscripts/nginx.logrotate')
-rw-r--r--main/nginx-initscripts/nginx.logrotate12
1 files changed, 0 insertions, 12 deletions
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
-}
-