diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-10-02 22:02:24 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-10-02 22:02:24 +0000 |
commit | 63252a84d2a37de69041e12c4d6cfccc2acc061b (patch) | |
tree | 0b2194bd76915160dd7aed717ea685645e062dfa /sys-fs/mdadm | |
parent | Fixes getting cursor stuck on right screen in zaphod-mode dual-screen setups ... (diff) | |
download | gentoo-2-63252a84d2a37de69041e12c4d6cfccc2acc061b.tar.gz gentoo-2-63252a84d2a37de69041e12c4d6cfccc2acc061b.tar.bz2 gentoo-2-63252a84d2a37de69041e12c4d6cfccc2acc061b.zip |
Adds baselayout-2 compatible init script to fix bug #177954
(Portage version: 2.1.3.11)
Diffstat (limited to 'sys-fs/mdadm')
-rw-r--r-- | sys-fs/mdadm/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/mdadm/files/digest-mdadm-2.6.3-r1 | 3 | ||||
-rw-r--r-- | sys-fs/mdadm/files/mdraid.rc | 26 | ||||
-rw-r--r-- | sys-fs/mdadm/mdadm-2.6.3-r1.ebuild | 50 |
4 files changed, 86 insertions, 1 deletions
diff --git a/sys-fs/mdadm/ChangeLog b/sys-fs/mdadm/ChangeLog index 40a277197ffb..3445038183b3 100644 --- a/sys-fs/mdadm/ChangeLog +++ b/sys-fs/mdadm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-fs/mdadm # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/ChangeLog,v 1.80 2007/09/01 03:52:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/ChangeLog,v 1.81 2007/10/02 22:02:23 cardoe Exp $ + +*mdadm-2.6.3-r1 (02 Oct 2007) + + 02 Oct 2007; Doug Goldstein <cardoe@gentoo.org> +files/mdraid.rc, + +mdadm-2.6.3-r1.ebuild: + Adds baselayout-2 compatible init script to fix bug #177954 *mdadm-2.6.3 (01 Sep 2007) diff --git a/sys-fs/mdadm/files/digest-mdadm-2.6.3-r1 b/sys-fs/mdadm/files/digest-mdadm-2.6.3-r1 new file mode 100644 index 000000000000..53e49f8e561a --- /dev/null +++ b/sys-fs/mdadm/files/digest-mdadm-2.6.3-r1 @@ -0,0 +1,3 @@ +MD5 2d3950028253a856f065763e5bd78b1c mdadm-2.6.3.tar.bz2 151822 +RMD160 236f38c021d92e387cf00f66a28d1a35d160740b mdadm-2.6.3.tar.bz2 151822 +SHA256 5da1da7e2e9df39071016e6914769f685574dc50d94b6b2bbfaec18e376c070c mdadm-2.6.3.tar.bz2 151822 diff --git a/sys-fs/mdadm/files/mdraid.rc b/sys-fs/mdadm/files/mdraid.rc new file mode 100644 index 000000000000..02da6655b297 --- /dev/null +++ b/sys-fs/mdadm/files/mdraid.rc @@ -0,0 +1,26 @@ +#!/sbin/runscript +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/files/mdraid.rc,v 1.1 2007/10/02 22:02:24 cardoe Exp $ + +depend() { + if [ -e /lib/librc.so ]; then + # on baselayout-1 this could cause + # dependency-cycles with checkroot (before *) + before checkfs lvm + fi +} + +start() { + if [ ! -e /lib/librc.so ]; then + eerror "The ${SVCNAME} init script is written for baselayout-2" + eerror "Please do not use it with baselayout-1" + return 1 + fi + + start_addon raid +} + +stop() { + stop_addon raid +} diff --git a/sys-fs/mdadm/mdadm-2.6.3-r1.ebuild b/sys-fs/mdadm/mdadm-2.6.3-r1.ebuild new file mode 100644 index 000000000000..2b74d104cea3 --- /dev/null +++ b/sys-fs/mdadm/mdadm-2.6.3-r1.ebuild @@ -0,0 +1,50 @@ +# 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-r1.ebuild,v 1.1 2007/10/02 22:02:23 cardoe Exp $ + +inherit eutils flag-o-matic + +DESCRIPTION="A useful tool for running RAID systems - it can be used as a replacement for the raidtools" +HOMEPAGE="http://cgi.cse.unsw.edu.au/~neilb/mdadm" +SRC_URI="mirror://kernel/linux/utils/raid/mdadm/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="static" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${PN}-1.9.0-dont-make-man.patch + epatch "${FILESDIR}"/${PN}-2.6-syslog-updates.patch + use static && append-ldflags -static +} + +src_compile() { + emake \ + CROSS_COMPILE=${CHOST}- \ + CWFLAGS="-Wall" \ + CXFLAGS="${CFLAGS}" \ + || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" + exeinto /$(get_libdir)/rcscripts/addons + doexe "${FILESDIR}"/raid-{start,stop}.sh || die "addon failed" + dodoc INSTALL TODO "ANNOUNCE-${PV}" + + insinto /etc + newins mdadm.conf-example mdadm.conf + 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" +} + +pkg_postinst() { + elog "If using baselayout-2 and not relying on kernel auto-detect" + elog "of your RAID devices, you need to add 'mdraid' to your 'boot'" + elog "runlevel. Run the following command:" + elog "rc-update add mdraid boot" +} |