public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/lvm2/files: lvmetad.initd-2.02.105 dmeventd.initd-2.02.67-r1 lvmetad.initd-2.02.105-r2
@ 2014-02-08 21:17 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2014-02-08 21:17 UTC (permalink / raw
  To: gentoo-commits

robbat2     14/02/08 21:17:46

  Modified:             lvmetad.initd-2.02.105 dmeventd.initd-2.02.67-r1
                        lvmetad.initd-2.02.105-r2
  Log:
  Bug #479464: change pidfile path to be consistently /run
  
  (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  sys-fs/lvm2/files/lvmetad.initd-2.02.105

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/files/lvmetad.initd-2.02.105?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/files/lvmetad.initd-2.02.105?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/files/lvmetad.initd-2.02.105?r1=1.2&r2=1.3

Index: lvmetad.initd-2.02.105
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/files/lvmetad.initd-2.02.105,v
retrieving revision 1.2
retrieving revision 1.3
diff -p -w -b -B -u -u -r1.2 -r1.3
--- lvmetad.initd-2.02.105	2 Feb 2014 19:56:52 -0000	1.2
+++ lvmetad.initd-2.02.105	8 Feb 2014 21:17:46 -0000	1.3
@@ -1,9 +1,9 @@
 #!/sbin/runscript
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/files/lvmetad.initd-2.02.105,v 1.3 2014/02/08 21:17:46 robbat2 Exp $
 
-pidfile="/var/run/lvmetad.pid"
+pidfile="/run/lvmetad.pid"
 command="/sbin/lvmetad"
 command_args="${LVMETAD_OPTS:=-p ${pidfile}}"
 start_stop_daemon_args="--pidfile ${pidfile}"



1.3                  sys-fs/lvm2/files/dmeventd.initd-2.02.67-r1

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/files/dmeventd.initd-2.02.67-r1?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/files/dmeventd.initd-2.02.67-r1?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/files/dmeventd.initd-2.02.67-r1?r1=1.2&r2=1.3

Index: dmeventd.initd-2.02.67-r1
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/files/dmeventd.initd-2.02.67-r1,v
retrieving revision 1.2
retrieving revision 1.3
diff -p -w -b -B -u -u -r1.2 -r1.3
--- dmeventd.initd-2.02.67-r1	9 Apr 2013 11:00:26 -0000	1.2
+++ dmeventd.initd-2.02.67-r1	8 Feb 2014 21:17:46 -0000	1.3
@@ -1,7 +1,10 @@
 #!/sbin/runscript
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/files/dmeventd.initd-2.02.67-r1,v 1.2 2013/04/09 11:00:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/files/dmeventd.initd-2.02.67-r1,v 1.3 2014/02/08 21:17:46 robbat2 Exp $
+
+PIDFILE=/run/dmeventd.pid
+BIN=/sbin/dmeventd
 
 depend() {
 	# As of .67-r1, we call ALL lvm start/stop scripts with --sysinit, that
@@ -11,13 +14,13 @@ depend() {
 
 start() {
 	ebegin "Starting dmeventd"
-	start-stop-daemon --start --exec /sbin/dmeventd --pidfile /var/run/dmeventd.pid
+	start-stop-daemon --start --exec $BIN --pidfile $PIDFILE
 	eend $?
 }
 
 stop() {
 	ebegin "Stopping dmeventd"
-	start-stop-daemon --stop --exec /sbin/dmeventd --pidfile /var/run/dmeventd.pid
+	start-stop-daemon --stop --exec $BIN --pidfile $PIDFILE
 	eend $?
 }
 



1.2                  sys-fs/lvm2/files/lvmetad.initd-2.02.105-r2

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/files/lvmetad.initd-2.02.105-r2?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/files/lvmetad.initd-2.02.105-r2?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/files/lvmetad.initd-2.02.105-r2?r1=1.1&r2=1.2

Index: lvmetad.initd-2.02.105-r2
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/files/lvmetad.initd-2.02.105-r2,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- lvmetad.initd-2.02.105-r2	2 Feb 2014 19:56:52 -0000	1.1
+++ lvmetad.initd-2.02.105-r2	8 Feb 2014 21:17:46 -0000	1.2
@@ -1,9 +1,9 @@
 #!/sbin/runscript
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/files/lvmetad.initd-2.02.105-r2,v 1.2 2014/02/08 21:17:46 robbat2 Exp $
 
-pidfile="/var/run/lvmetad.pid"
+pidfile="/run/lvmetad.pid"
 command="/sbin/lvmetad"
 command_args="${LVMETAD_OPTS:=-p ${pidfile}}"
 start_stop_daemon_args="--pidfile ${pidfile}"





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-08 21:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-08 21:17 [gentoo-commits] gentoo-x86 commit in sys-fs/lvm2/files: lvmetad.initd-2.02.105 dmeventd.initd-2.02.67-r1 lvmetad.initd-2.02.105-r2 Robin H. Johnson (robbat2)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox