summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-10-03 18:23:14 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-10-03 18:23:14 +0000
commit06f0e8a4b3f23ffe442ae70f0cde162f10d352cc (patch)
treeaac8c7f7b370495b0b7a3b2f3625223c58504802 /sys-fs/mdadm
parentwhitespace (diff)
downloadhistorical-06f0e8a4b3f23ffe442ae70f0cde162f10d352cc.tar.gz
historical-06f0e8a4b3f23ffe442ae70f0cde162f10d352cc.tar.bz2
historical-06f0e8a4b3f23ffe442ae70f0cde162f10d352cc.zip
whitespace
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'sys-fs/mdadm')
-rw-r--r--sys-fs/mdadm/mdadm-2.6.3-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/mdadm/mdadm-2.6.3-r2.ebuild b/sys-fs/mdadm/mdadm-2.6.3-r2.ebuild
index 049e684d0bb0..1f1470f2b0f7 100644
--- a/sys-fs/mdadm/mdadm-2.6.3-r2.ebuild
+++ b/sys-fs/mdadm/mdadm-2.6.3-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/mdadm-2.6.3-r2.ebuild,v 1.1 2007/10/03 11:58:45 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/mdadm-2.6.3-r2.ebuild,v 1.2 2007/10/03 18:23:14 mr_bones_ Exp $
inherit eutils flag-o-matic
@@ -41,7 +41,7 @@ src_install() {
newinitd "${FILESDIR}"/mdadm.rc mdadm || die "installing mdadm.rc failed"
newconfd "${FILESDIR}"/mdadm.confd mdadm || die "installing mdadm.confd failed"
newinitd "${FILESDIR}"/mdraid.rc mdraid || die "installing mdraid.rc failed"
-
+
insinto /etc/udev/rules.d/
newins "${FILESDIR}"/64-md-raid.rules-2.6.3-r2 64-md-raid.rules || die
}