Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/nginx/files: nginx.initd
Date: Thu, 27 Dec 2012 06:56:43
Message-Id: 20121227065627.7DA122171D@flycatcher.gentoo.org
1 hollow 12/12/27 06:56:27
2
3 Modified: nginx.initd
4 Log:
5 fix #448712
6
7 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.6 www-servers/nginx/files/nginx.initd
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/files/nginx.initd?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/files/nginx.initd?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/files/nginx.initd?r1=1.5&r2=1.6
15
16 Index: nginx.initd
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/nginx/files/nginx.initd,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- nginx.initd 20 Dec 2012 08:11:46 -0000 1.5
23 +++ nginx.initd 27 Dec 2012 06:56:27 -0000 1.6
24 @@ -1,7 +1,7 @@
25 #!/sbin/runscript
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/files/nginx.initd,v 1.5 2012/12/20 08:11:46 hollow Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/files/nginx.initd,v 1.6 2012/12/27 06:56:27 hollow Exp $
30
31 extra_commands="configtest"
32 extra_started_commands="upgrade reload"
33 @@ -79,6 +79,7 @@
34
35 configtest() {
36 checkpath -q -d -m 0755 -o root:root /var/log/nginx
37 + checkpath -q -d -m 0755 -o ${user}:${group} /var/tmp/nginx
38 checkpath -q -d -m 0755 -o ${user}:${group} /var/tmp/nginx/{client,proxy,fastcgi,scgi,uwsgi}
39
40 ebegin "Checking nginx' configuration"