Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/lvm2/files: lvmetad.initd-2.02.105 lvmetad.initd-2.02.105-r2
Date: Sun, 02 Feb 2014 19:56:57
Message-Id: 20140202195652.A22F22004C@flycatcher.gentoo.org
1 robbat2 14/02/02 19:56:52
2
3 Modified: lvmetad.initd-2.02.105
4 Added: lvmetad.initd-2.02.105-r2
5 Log:
6 Bug #500074: lvmetad only supports short options, not long ones.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.2 sys-fs/lvm2/files/lvmetad.initd-2.02.105
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/files/lvmetad.initd-2.02.105?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/files/lvmetad.initd-2.02.105?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/files/lvmetad.initd-2.02.105?r1=1.1&r2=1.2
16
17 Index: lvmetad.initd-2.02.105
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/files/lvmetad.initd-2.02.105,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -p -w -b -B -u -u -r1.1 -r1.2
23 --- lvmetad.initd-2.02.105 2 Feb 2014 05:52:01 -0000 1.1
24 +++ lvmetad.initd-2.02.105 2 Feb 2014 19:56:52 -0000 1.2
25 @@ -1,11 +1,11 @@
26 #!/sbin/runscript
27 # Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/files/lvmetad.initd-2.02.105,v 1.1 2014/02/02 05:52:01 robbat2 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/files/lvmetad.initd-2.02.105,v 1.2 2014/02/02 19:56:52 robbat2 Exp $
31
32 pidfile="/var/run/lvmetad.pid"
33 command="/sbin/lvmetad"
34 -command_args="${LVMETAD_OPTS:=--pidfile ${pidfile}}"
35 +command_args="${LVMETAD_OPTS:=-p ${pidfile}}"
36 start_stop_daemon_args="--pidfile ${pidfile}"
37
38 depend() {
39
40
41
42 1.1 sys-fs/lvm2/files/lvmetad.initd-2.02.105-r2
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/files/lvmetad.initd-2.02.105-r2?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/files/lvmetad.initd-2.02.105-r2?rev=1.1&content-type=text/plain
46
47 Index: lvmetad.initd-2.02.105-r2
48 ===================================================================
49 #!/sbin/runscript
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/files/lvmetad.initd-2.02.105-r2,v 1.1 2014/02/02 19:56:52 robbat2 Exp $
53
54 pidfile="/var/run/lvmetad.pid"
55 command="/sbin/lvmetad"
56 command_args="${LVMETAD_OPTS:=-p ${pidfile}}"
57 start_stop_daemon_args="--pidfile ${pidfile}"
58
59 depend() {
60 :
61 }