Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/zabbix/files/1.6.6/init.d: zabbix-server zabbix-proxy zabbix-agentd
Date: Fri, 30 Dec 2011 09:46:42
Message-Id: 20111230094632.B74522004C@flycatcher.gentoo.org
1 polynomial-c 11/12/30 09:46:32
2
3 Modified: zabbix-server zabbix-proxy zabbix-agentd
4 Log:
5 Fixed init scripts to not use s-s-d's deprecated -c/--chuid option anymore
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-analyzer/zabbix/files/1.6.6/init.d/zabbix-server
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/files/1.6.6/init.d/zabbix-server?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/files/1.6.6/init.d/zabbix-server?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/files/1.6.6/init.d/zabbix-server?r1=1.1&r2=1.2
15
16 Index: zabbix-server
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/files/1.6.6/init.d/zabbix-server,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- zabbix-server 5 Oct 2009 15:55:23 -0000 1.1
23 +++ zabbix-server 30 Dec 2011 09:46:32 -0000 1.2
24 @@ -1,7 +1,7 @@
25 #!/sbin/runscript
26 -# Copyright 1999-2007 Gentoo Foundation
27 +# Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/files/1.6.6/init.d/zabbix-server,v 1.1 2009/10/05 15:55:23 patrick Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/files/1.6.6/init.d/zabbix-server,v 1.2 2011/12/30 09:46:32 polynomial-c Exp $
31
32 depend() {
33 need net
34 @@ -10,7 +10,7 @@
35
36 start() {
37 ebegin "Starting Zabbix server"
38 - start-stop-daemon --start -c zabbix:zabbix --exec /usr/sbin/zabbix_server
39 + start-stop-daemon --start -u zabbix:zabbix --exec /usr/sbin/zabbix_server
40 eend $?
41 }
42
43
44
45
46 1.2 net-analyzer/zabbix/files/1.6.6/init.d/zabbix-proxy
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/files/1.6.6/init.d/zabbix-proxy?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/files/1.6.6/init.d/zabbix-proxy?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/files/1.6.6/init.d/zabbix-proxy?r1=1.1&r2=1.2
51
52 Index: zabbix-proxy
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/files/1.6.6/init.d/zabbix-proxy,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- zabbix-proxy 6 Oct 2009 16:24:35 -0000 1.1
59 +++ zabbix-proxy 30 Dec 2011 09:46:32 -0000 1.2
60 @@ -1,7 +1,7 @@
61 #!/sbin/runscript
62 -# Copyright 1999-2007 Gentoo Foundation
63 +# Copyright 1999-2011 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/files/1.6.6/init.d/zabbix-proxy,v 1.1 2009/10/06 16:24:35 patrick Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/files/1.6.6/init.d/zabbix-proxy,v 1.2 2011/12/30 09:46:32 polynomial-c Exp $
67
68 depend() {
69 need net
70 @@ -10,7 +10,7 @@
71
72 start() {
73 ebegin "Starting Zabbix proxy"
74 - start-stop-daemon --start -c zabbix:zabbix --exec /usr/sbin/zabbix_proxy
75 + start-stop-daemon --start -u zabbix:zabbix --exec /usr/sbin/zabbix_proxy
76 eend $?
77 }
78
79
80
81
82 1.2 net-analyzer/zabbix/files/1.6.6/init.d/zabbix-agentd
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/files/1.6.6/init.d/zabbix-agentd?rev=1.2&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/files/1.6.6/init.d/zabbix-agentd?rev=1.2&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/files/1.6.6/init.d/zabbix-agentd?r1=1.1&r2=1.2
87
88 Index: zabbix-agentd
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/files/1.6.6/init.d/zabbix-agentd,v
91 retrieving revision 1.1
92 retrieving revision 1.2
93 diff -u -r1.1 -r1.2
94 --- zabbix-agentd 5 Oct 2009 15:55:23 -0000 1.1
95 +++ zabbix-agentd 30 Dec 2011 09:46:32 -0000 1.2
96 @@ -1,7 +1,7 @@
97 #!/sbin/runscript
98 -# Copyright 1999-2007 Gentoo Foundation
99 +# Copyright 1999-2011 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/files/1.6.6/init.d/zabbix-agentd,v 1.1 2009/10/05 15:55:23 patrick Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/files/1.6.6/init.d/zabbix-agentd,v 1.2 2011/12/30 09:46:32 polynomial-c Exp $
103
104 depend() {
105 need net
106 @@ -11,7 +11,7 @@
107
108 start() {
109 ebegin "Starting Zabbix agent"
110 - start-stop-daemon --start -c zabbix:zabbix --exec /usr/sbin/zabbix_agentd
111 + start-stop-daemon --start -u zabbix:zabbix --exec /usr/sbin/zabbix_agentd
112 eend $?
113 }