public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-servers/nginx/files: nginx.logrotate
@ 2010-01-03 20:29 Dirkjan Ochtman (djc)
  0 siblings, 0 replies; 3+ messages in thread
From: Dirkjan Ochtman (djc) @ 2010-01-03 20:29 UTC (permalink / raw
  To: gentoo-commits

djc         10/01/03 20:29:41

  Added:                nginx.logrotate
  Log:
  Fix bug 296168 (logrotate) and 247474 (realip use flag) in www-servers/nginx.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  www-servers/nginx/files/nginx.logrotate

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/nginx/files/nginx.logrotate?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/nginx/files/nginx.logrotate?rev=1.1&content-type=text/plain

Index: nginx.logrotate
===================================================================
# 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
		kill -USR1 `cat /var/run/nginx.pid`
	endscript
}







^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-servers/nginx/files: nginx.logrotate
@ 2011-04-08  8:32 Benedikt Boehm (hollow)
  0 siblings, 0 replies; 3+ messages in thread
From: Benedikt Boehm (hollow) @ 2011-04-08  8:32 UTC (permalink / raw
  To: gentoo-commits

hollow      11/04/08 08:32:20

  Modified:             nginx.logrotate
  Log:
  remove old 0.7 series, version bump to 0.9.7: drops passenger support, adds http_upload module, fixes logrotate when not running
  
  (Portage version: 2.2.0_alpha23/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  www-servers/nginx/files/nginx.logrotate

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/files/nginx.logrotate?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/files/nginx.logrotate?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/files/nginx.logrotate?r1=1.1&r2=1.2

Index: nginx.logrotate
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/nginx/files/nginx.logrotate,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nginx.logrotate	3 Jan 2010 20:29:40 -0000	1.1
+++ nginx.logrotate	8 Apr 2011 08:32:20 -0000	1.2
@@ -1,12 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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 $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/files/nginx.logrotate,v 1.2 2011/04/08 08:32:20 hollow Exp $
 
 /var/log/nginx/*_log {
 	missingok
 	sharedscripts
 	postrotate
-		kill -USR1 `cat /var/run/nginx.pid`
+		test -r /var/run/nginx.pid && kill -USR1 `cat /var/run/nginx.pid`
 	endscript
 }
-






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-servers/nginx/files: nginx.logrotate
@ 2013-05-02 20:14 Benedikt Boehm (hollow)
  0 siblings, 0 replies; 3+ messages in thread
From: Benedikt Boehm (hollow) @ 2013-05-02 20:14 UTC (permalink / raw
  To: gentoo-commits

hollow      13/05/02 20:14:31

  Modified:             nginx.logrotate
  Log:
  fix lua module compatibility; add check_upstream and metrics module
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  www-servers/nginx/files/nginx.logrotate

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/files/nginx.logrotate?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/files/nginx.logrotate?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/files/nginx.logrotate?r1=1.2&r2=1.3

Index: nginx.logrotate
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/nginx/files/nginx.logrotate,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nginx.logrotate	8 Apr 2011 08:32:20 -0000	1.2
+++ nginx.logrotate	2 May 2013 20:14:31 -0000	1.3
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 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.2 2011/04/08 08:32:20 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/files/nginx.logrotate,v 1.3 2013/05/02 20:14:31 hollow Exp $
 
 /var/log/nginx/*_log {
 	missingok
 	sharedscripts
 	postrotate
-		test -r /var/run/nginx.pid && kill -USR1 `cat /var/run/nginx.pid`
+		test -r /run/nginx.pid && kill -USR1 `cat /run/nginx.pid`
 	endscript
 }





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-02 20:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-02 20:14 [gentoo-commits] gentoo-x86 commit in www-servers/nginx/files: nginx.logrotate Benedikt Boehm (hollow)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-08  8:32 Benedikt Boehm (hollow)
2010-01-03 20:29 Dirkjan Ochtman (djc)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox