Gentoo Archives: gentoo-commits

From: "Nathan Phillip Brink (binki)" <binki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/unrealircd/files: unrealircd.initd unrealircd.rc
Date: Wed, 21 Dec 2011 18:25:14
Message-Id: 20111221182503.602202004B@flycatcher.gentoo.org
1 binki 11/12/21 18:25:03
2
3 Modified: unrealircd.initd unrealircd.rc
4 Log:
5 Fix bug #393661 reported by kensington by replacing ${opts} in initscript with ${extra_started_options}, sans revbumps.
6
7 (Portage version: 2.2.0_alpha78-r1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-irc/unrealircd/files/unrealircd.initd
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/unrealircd/files/unrealircd.initd?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/unrealircd/files/unrealircd.initd?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/unrealircd/files/unrealircd.initd?r1=1.1&r2=1.2
15
16 Index: unrealircd.initd
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/unrealircd/files/unrealircd.initd,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- unrealircd.initd 27 Jul 2011 12:41:19 -0000 1.1
23 +++ unrealircd.initd 21 Dec 2011 18:25:03 -0000 1.2
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/net-irc/unrealircd/files/unrealircd.initd,v 1.1 2011/07/27 12:41:19 binki Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/files/unrealircd.initd,v 1.2 2011/12/21 18:25:03 binki Exp $
30
31 -opts="${opts} reload"
32 +extra_started_commands="reload"
33
34 # Defaults
35 : ${UNREALIRCD_USER:=unrealircd}
36
37
38
39 1.9 net-irc/unrealircd/files/unrealircd.rc
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/unrealircd/files/unrealircd.rc?rev=1.9&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/unrealircd/files/unrealircd.rc?rev=1.9&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/unrealircd/files/unrealircd.rc?r1=1.8&r2=1.9
44
45 Index: unrealircd.rc
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-irc/unrealircd/files/unrealircd.rc,v
48 retrieving revision 1.8
49 retrieving revision 1.9
50 diff -u -r1.8 -r1.9
51 --- unrealircd.rc 22 Dec 2009 01:01:07 -0000 1.8
52 +++ unrealircd.rc 21 Dec 2011 18:25:03 -0000 1.9
53 @@ -1,9 +1,9 @@
54 #!/sbin/runscript
55 -# Copyright 1999-2004 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/net-irc/unrealircd/files/unrealircd.rc,v 1.8 2009/12/22 01:01:07 vostorga Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/files/unrealircd.rc,v 1.9 2011/12/21 18:25:03 binki Exp $
60
61 -opts="reload start stop"
62 +extra_started_commands="reload"
63
64 depend() {
65 use dns net