Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/exim/files: exim.rc7 exim.rc6
Date: Sun, 04 Dec 2011 10:03:20
Message-Id: 20111204100310.B0F3F2004C@flycatcher.gentoo.org
1 swegener 11/12/04 10:03:10
2
3 Modified: exim.rc7 exim.rc6
4 Log:
5 move reload to extra_started_commands
6
7 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 mail-mta/exim/files/exim.rc7
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/files/exim.rc7?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/files/exim.rc7?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/files/exim.rc7?r1=1.2&r2=1.3
15
16 Index: exim.rc7
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/files/exim.rc7,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- exim.rc7 16 Aug 2011 16:51:36 -0000 1.2
23 +++ exim.rc7 4 Dec 2011 10:03:10 -0000 1.3
24 @@ -1,9 +1,9 @@
25 #!/sbin/runscript
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/files/exim.rc7,v 1.2 2011/08/16 16:51:36 idl0r Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/files/exim.rc7,v 1.3 2011/12/04 10:03:10 swegener Exp $
30
31 -opts="${opts} reload"
32 +extra_started_commands="reload"
33
34 depend() {
35 need logger
36
37
38
39 1.9 mail-mta/exim/files/exim.rc6
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/files/exim.rc6?rev=1.9&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/files/exim.rc6?rev=1.9&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/files/exim.rc6?r1=1.8&r2=1.9
44
45 Index: exim.rc6
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/files/exim.rc6,v
48 retrieving revision 1.8
49 retrieving revision 1.9
50 diff -u -r1.8 -r1.9
51 --- exim.rc6 16 Jan 2010 10:46:47 -0000 1.8
52 +++ exim.rc6 4 Dec 2011 10:03:10 -0000 1.9
53 @@ -1,8 +1,9 @@
54 #!/sbin/runscript
55 -# Copyright 1999-2005 Gentoo Foundation
56 +# Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/files/exim.rc6,v 1.8 2010/01/16 10:46:47 grobian Exp $
59 -opts="${opts} reload"
60 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/files/exim.rc6,v 1.9 2011/12/04 10:03:10 swegener Exp $
61 +
62 +extra_started_commands="reload"
63
64 depend() {
65 need logger
66 @@ -24,6 +25,6 @@
67
68 reload() {
69 ebegin "Reloading exim"
70 - start-stop-daemon --stop --signal HUP --oknodo --quiet --pidfile /var/run/exim.pid --name exim
71 + start-stop-daemon --signal HUP --pidfile /var/run/exim.pid --name exim
72 eend $?
73 }