Gentoo Archives: gentoo-commits

From: "Christian Zoffoli (xmerlin)" <xmerlin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/partimage/files: partimaged.init
Date: Tue, 15 Jan 2008 12:12:08
Message-Id: E1JEkeD-0005rS-Rk@stork.gentoo.org
1 xmerlin 08/01/15 12:12:05
2
3 Modified: partimaged.init
4 Log:
5 Fixed init, closed bug #192421.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.2 sys-block/partimage/files/partimaged.init
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/partimage/files/partimaged.init?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/partimage/files/partimaged.init?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/partimage/files/partimaged.init?r1=1.1&r2=1.2
14
15 Index: partimaged.init
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-block/partimage/files/partimaged.init,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- partimaged.init 6 Mar 2005 17:58:39 -0000 1.1
22 +++ partimaged.init 15 Jan 2008 12:12:05 -0000 1.2
23 @@ -1,7 +1,7 @@
24 #!/sbin/runscript
25 # Copyright 2005 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License, v2 or later
27 -# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/files/partimaged.init,v 1.1 2005/03/06 17:58:39 ciaranm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/files/partimaged.init,v 1.2 2008/01/15 12:12:05 xmerlin Exp $
29
30 PARTIMAGED="/usr/sbin/partimaged"
31
32 @@ -18,7 +18,7 @@
33 start() {
34 ebegin "Starting partimaged"
35 start-stop-daemon --start --quiet --exec ${PARTIMAGED} \
36 - -- ${PARTIMAGED_OPTS} --daemon &> /dev/null
37 + -- ${PARTIMAGED_OPTS} --daemon > /dev/null 2>&1
38 eend $? || failed_startup
39 }
40
41
42
43
44 --
45 gentoo-commits@l.g.o mailing list