diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-12-28 20:27:31 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-12-28 20:27:31 +0000 |
commit | 5969d7793a0211b2a35610f85d154b0b3afdead6 (patch) | |
tree | 560b5a0d6aff360908ada5df3812eb974c8adcae /sys-apps/kexec-tools/kexec-tools-9999.ebuild | |
parent | ppc stable wrt bug #492078 (diff) | |
download | gentoo-2-5969d7793a0211b2a35610f85d154b0b3afdead6.tar.gz gentoo-2-5969d7793a0211b2a35610f85d154b0b3afdead6.tar.bz2 gentoo-2-5969d7793a0211b2a35610f85d154b0b3afdead6.zip |
sys-apps/kexec-tools: Propagate changes to live ebuild
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sys-apps/kexec-tools/kexec-tools-9999.ebuild')
-rw-r--r-- | sys-apps/kexec-tools/kexec-tools-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys-apps/kexec-tools/kexec-tools-9999.ebuild b/sys-apps/kexec-tools/kexec-tools-9999.ebuild index f3c8c89cb115..8c69b13f976a 100644 --- a/sys-apps/kexec-tools/kexec-tools-9999.ebuild +++ b/sys-apps/kexec-tools/kexec-tools-9999.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kexec-tools/kexec-tools-9999.ebuild,v 1.11 2013/11/12 09:09:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kexec-tools/kexec-tools-9999.ebuild,v 1.12 2013/12/28 20:27:31 jlec Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=true -inherit autotools-utils flag-o-matic git-2 linux-info systemd +inherit autotools-utils flag-o-matic git-r3 linux-info systemd DESCRIPTION="Load another kernel from the currently executing Linux kernel" HOMEPAGE="http://kernel.org/pub/linux/utils/kernel/kexec/" @@ -63,6 +63,9 @@ src_install() { insinto /etc doins "${FILESDIR}"/kexec.conf + insinto /etc/kernel/postinst.d + doins "${FILESDIR}"/90_kexec + systemd_dounit "${FILESDIR}"/kexec.service } |