Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-nntp/hellanzb/files: hellanzb.init
Date: Tue, 22 Apr 2008 12:17:25
Message-Id: E1JoHR5-0005KL-IV@stork.gentoo.org
1 yngwin 08/04/22 12:17:23
2
3 Modified: hellanzb.init
4 Log:
5 This time really fixing hellanzb.init
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.3 net-nntp/hellanzb/files/hellanzb.init
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/hellanzb/files/hellanzb.init?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/hellanzb/files/hellanzb.init?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/hellanzb/files/hellanzb.init?r1=1.2&r2=1.3
14
15 Index: hellanzb.init
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/files/hellanzb.init,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- hellanzb.init 16 Apr 2008 11:09:46 -0000 1.2
22 +++ hellanzb.init 22 Apr 2008 12:17:23 -0000 1.3
23 @@ -17,8 +17,8 @@
24
25 export PATH="${PATH}:/opt/bin"
26 start-stop-daemon --quiet --start -c ${HELLA_USER} \
27 - -g ${HELLA_GROUP} \
28 - --exec /usr/bin/python /usr/bin/hellanzb.py -- \
29 + -g ${HELLA_GROUP} --name hellanzb.py \
30 + --exec /usr/bin/hellanzb.py -- \
31 -D -c ${HELLA_CONFIGFILE} ${HELLA_OPTS} &> /dev/null
32 eend $?
33 }
34
35
36
37 --
38 gentoo-commits@l.g.o mailing list