diff options
author | Torsten Veller <tove@gentoo.org> | 2007-04-28 12:56:19 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2007-04-28 12:56:19 +0000 |
commit | 0c465d8b4ee2e8f12b94663ba3d47c470ae92cac (patch) | |
tree | b3c35ed546f56f897732c3427b14f341e8bc435e /x11-misc/afbinit | |
parent | Migrated to generation 2. (diff) | |
download | historical-0c465d8b4ee2e8f12b94663ba3d47c470ae92cac.tar.gz historical-0c465d8b4ee2e8f12b94663ba3d47c470ae92cac.tar.bz2 historical-0c465d8b4ee2e8f12b94663ba3d47c470ae92cac.zip |
Use newinitd
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'x11-misc/afbinit')
-rw-r--r-- | x11-misc/afbinit/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/afbinit/afbinit-1.0.1-r5.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/x11-misc/afbinit/ChangeLog b/x11-misc/afbinit/ChangeLog index 78cbeba12f43..09336233b1b2 100644 --- a/x11-misc/afbinit/ChangeLog +++ b/x11-misc/afbinit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/afbinit -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/afbinit/ChangeLog,v 1.19 2006/11/16 12:40:01 fmccor Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/afbinit/ChangeLog,v 1.20 2007/04/28 12:56:19 tove Exp $ + + 28 Apr 2007; Torsten Veller <tove@gentoo.org> afbinit-1.0.1-r5.ebuild: + Use newinitd 16 Nov 2006; Ferris McCormick <fmccor@gentoo.org> afbinit-1.0.1-r5.ebuild: Marking stable and closing Bug #132464 --- No new problems have been reported diff --git a/x11-misc/afbinit/afbinit-1.0.1-r5.ebuild b/x11-misc/afbinit/afbinit-1.0.1-r5.ebuild index bb3a04d30dcf..cb05e7766c97 100644 --- a/x11-misc/afbinit/afbinit-1.0.1-r5.ebuild +++ b/x11-misc/afbinit/afbinit-1.0.1-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/afbinit/afbinit-1.0.1-r5.ebuild,v 1.2 2006/11/16 12:40:01 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/afbinit/afbinit-1.0.1-r5.ebuild,v 1.3 2007/04/28 12:56:19 tove Exp $ inherit eutils @@ -23,10 +23,10 @@ src_unpack() { ## # Patch rc.afb to handle both kernels 2.4.x and 2.6.x einfo "Patching to handle both kernel 2.4.x and 2.6.x style afb identification" - cd ${S} - epatch ${FILESDIR}/rc.afb-${PVR}.patch || die "Cannot patch rc.afb init script" + cd "${S}" + epatch "${FILESDIR}"/rc.afb-${PVR}.patch || die "Cannot patch rc.afb init script" einfo 'Patching afbinit.c to use MMAP_PUBLIC (needed for kernels > 2.6.14)' - epatch ${FILESDIR}/afbinit-mmap-${PV}.patch || die "Cannot patch for mmap" + epatch "${FILESDIR}"/afbinit-mmap-${PV}.patch || die "Cannot patch for mmap" } src_compile() { @@ -36,7 +36,7 @@ src_compile() { src_install() { dosbin afbinit dosbin rc.afb - exeinto /etc/init.d ; newexe ${FILESDIR}/afbinit.init afbinit + newinitd "${FILESDIR}"/afbinit.init afbinit } pkg_postinst() { |