Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-proxy/haproxy/files: haproxy.initd haproxy.initd-r1
Date: Sun, 04 Dec 2011 10:32:42
Message-Id: 20111204103232.CD4B02004B@flycatcher.gentoo.org
1 swegener 11/12/04 10:32:32
2
3 Modified: haproxy.initd haproxy.initd-r1
4 Log:
5 reload is extra_started_commands
6
7 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 net-proxy/haproxy/files/haproxy.initd
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/haproxy/files/haproxy.initd?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/haproxy/files/haproxy.initd?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/haproxy/files/haproxy.initd?r1=1.3&r2=1.4
15
16 Index: haproxy.initd
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-proxy/haproxy/files/haproxy.initd,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- haproxy.initd 27 Oct 2007 10:42:32 -0000 1.3
23 +++ haproxy.initd 4 Dec 2011 10:32:32 -0000 1.4
24 @@ -1,9 +1,9 @@
25 #!/sbin/runscript
26 -# Copyright 1999-2006 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-proxy/haproxy/files/haproxy.initd,v 1.3 2007/10/27 10:42:32 mrness Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/files/haproxy.initd,v 1.4 2011/12/04 10:32:32 swegener Exp $
31
32 -opts="${opts} reload"
33 +extra_started_commands="reload"
34
35 CONFFILE=/etc/${SVCNAME}.cfg
36 PIDFILE=/var/run/${SVCNAME}.pid
37
38
39
40 1.2 net-proxy/haproxy/files/haproxy.initd-r1
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/haproxy/files/haproxy.initd-r1?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/haproxy/files/haproxy.initd-r1?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/haproxy/files/haproxy.initd-r1?r1=1.1&r2=1.2
45
46 Index: haproxy.initd-r1
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-proxy/haproxy/files/haproxy.initd-r1,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- haproxy.initd-r1 28 Sep 2011 15:23:01 -0000 1.1
53 +++ haproxy.initd-r1 4 Dec 2011 10:32:32 -0000 1.2
54 @@ -1,9 +1,10 @@
55 #!/sbin/runscript
56 # Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/files/haproxy.initd-r1,v 1.1 2011/09/28 15:23:01 idl0r Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/files/haproxy.initd-r1,v 1.2 2011/12/04 10:32:32 swegener Exp $
60
61 -extra_commands="checkconfig reload"
62 +extra_commands="checkconfig"
63 +extra_started_commands="reload"
64
65 CONFFILE=/etc/${SVCNAME}.cfg
66 PIDFILE=/var/run/${SVCNAME}.pid