From 0652a487124c622df7f72c3d574e1dd90bae0bff Mon Sep 17 00:00:00 2001 From: Valery Kartel Date: Wed, 27 Jan 2016 18:29:37 +0200 Subject: main/nginx: completely rewritten, all nginx-* packages are assembled in this one - nginx-common - config-files, init-scripts and common data - nginx - binary without external modules - nginx-rtmp - binary with rtmp module - nginx-lua - binary with rtmp and lua modules - init-script cleaned up to be more openrc-run'ed - logrotate cleaned up to use new init-script Packages main/nginx-initscripts and main/nginx-lua no longer needed. --- main/nginx/nginx.logrotate | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'main/nginx/nginx.logrotate') diff --git a/main/nginx/nginx.logrotate b/main/nginx/nginx.logrotate index 00e5a94eb5..c07e6bcf42 100644 --- a/main/nginx/nginx.logrotate +++ b/main/nginx/nginx.logrotate @@ -1,12 +1,8 @@ -# 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` + /etc/init.d/nginx --quiet --ifstarted reopen endscript } -- cgit v1.2.3