diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-08-25 22:35:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-08-25 22:35:16 +0000 |
commit | e115d478a25dda358a852ceb086c77c8e7fb40f5 (patch) | |
tree | 943c21fb61b0d240cfe7625436aa56f25cc2cf17 /sys-fs | |
parent | Drop useless -vf args to mv #432632 by Joshua B. Kahlenberg. (diff) | |
download | gentoo-2-e115d478a25dda358a852ceb086c77c8e7fb40f5.tar.gz gentoo-2-e115d478a25dda358a852ceb086c77c8e7fb40f5.tar.bz2 gentoo-2-e115d478a25dda358a852ceb086c77c8e7fb40f5.zip |
Drop useless -vf args to mv #432632 by Joshua B. Kahlenberg.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/multipath-tools/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/multipath-tools/multipath-tools-0.4.9-r5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-fs/multipath-tools/ChangeLog b/sys-fs/multipath-tools/ChangeLog index 97b36a318425..9291b9bdec8c 100644 --- a/sys-fs/multipath-tools/ChangeLog +++ b/sys-fs/multipath-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/multipath-tools # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/ChangeLog,v 1.46 2012/08/11 13:27:34 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/ChangeLog,v 1.47 2012/08/25 22:35:16 vapier Exp $ + + 25 Aug 2012; Mike Frysinger <vapier@gentoo.org> + multipath-tools-0.4.9-r5.ebuild: + Drop useless -vf args to mv #432632 by Joshua B. Kahlenberg. *multipath-tools-0.4.9-r5 (11 Aug 2012) @@ -239,4 +243,3 @@ 21 Feb 2005; Martin Schlemmer <azarah@gentoo.org> +metadata.xml, +files/rc-multipathd, +multipath-tools-0.4.2.ebuild: Initial version. Ebuild and scripts by Seemant. - diff --git a/sys-fs/multipath-tools/multipath-tools-0.4.9-r5.ebuild b/sys-fs/multipath-tools/multipath-tools-0.4.9-r5.ebuild index c54595a91118..b70a514cde7c 100644 --- a/sys-fs/multipath-tools/multipath-tools-0.4.9-r5.ebuild +++ b/sys-fs/multipath-tools/multipath-tools-0.4.9-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.9-r5.ebuild,v 1.1 2012/08/11 13:27:34 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.9-r5.ebuild,v 1.2 2012/08/25 22:35:16 vapier Exp $ EAPI=4 inherit base eutils toolchain-funcs @@ -52,9 +52,9 @@ src_install() { insinto /etc newins "${S}"/multipath.conf.annotated multipath.conf # drop this one it doesnt work with recent udev bug #413063 - rm "${D}"/etc/udev/rules.d/65-multipath.rules + rm "${D}"/etc/udev/rules.d/65-multipath.rules || die # /etc/udev is reserved for user modified rules! - mv -vf "${D}"/etc/udev/rules.d "${D}/${udevdir}"/ + mv "${D}"/etc/udev/rules.d "${D}/${udevdir}"/ || die fperms 644 "${udevdir}"/rules.d/66-kpartx.rules newinitd "${FILESDIR}"/rc-multipathd multipathd newinitd "${FILESDIR}"/multipath.rc multipath |