Gentoo Archives: gentoo-commits

From: "Ioannis Aslanidis (deathwing00)" <deathwing00@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/flumotion/files: flumotion-init-0.2.0
Date: Mon, 27 Oct 2008 19:49:53
Message-Id: E1KuY62-0005sG-1r@stork.gentoo.org
1 deathwing00 08/10/27 19:49:50
2
3 Modified: flumotion-init-0.2.0
4 Log:
5 Version bump. Several fixes to the ebuild together with zaheerm@g.o.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 media-video/flumotion/files/flumotion-init-0.2.0
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/flumotion/files/flumotion-init-0.2.0?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/flumotion/files/flumotion-init-0.2.0?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/flumotion/files/flumotion-init-0.2.0?r1=1.1&r2=1.2
14
15 Index: flumotion-init-0.2.0
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/flumotion/files/flumotion-init-0.2.0,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- flumotion-init-0.2.0 3 Mar 2006 19:18:10 -0000 1.1
22 +++ flumotion-init-0.2.0 27 Oct 2008 19:49:50 -0000 1.2
23 @@ -6,7 +6,7 @@
24
25 start() {
26 ebegin "Starting Flumotion"
27 - HOME=/usr/share/flumotion start-stop-daemon --start --chuid flumotion:flumotion --exec /usr/sbin/flumotion start
28 + HOME=/usr/share/flumotion start-stop-daemon -o --start --chuid flumotion:flumotion --exec /usr/sbin/flumotion start
29 eend $?
30 }