summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2007-04-21 20:54:56 +0000
committerTony Vroon <chainsaw@gentoo.org>2007-04-21 20:54:56 +0000
commitb2edc8aafc9cbbddd394b614de7dc4a25db2ec80 (patch)
treecf07a47e4b88a8a8ac0e200c3e46d9b02aad45f5 /sys-boot
parentia64 stable (diff)
downloadgentoo-2-b2edc8aafc9cbbddd394b614de7dc4a25db2ec80.tar.gz
gentoo-2-b2edc8aafc9cbbddd394b614de7dc4a25db2ec80.tar.bz2
gentoo-2-b2edc8aafc9cbbddd394b614de7dc4a25db2ec80.zip
Stop using insinto /etc/conf.d and use the newconfd function instead, bug #174266.
(Portage version: 2.1.2.4)
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/lilo/ChangeLog7
-rw-r--r--sys-boot/lilo/lilo-22.7.3-r1.ebuild5
-rw-r--r--sys-boot/lilo/lilo-22.8.ebuild5
3 files changed, 10 insertions, 7 deletions
diff --git a/sys-boot/lilo/ChangeLog b/sys-boot/lilo/ChangeLog
index 7423ac6607a4..ee09c50ddc92 100644
--- a/sys-boot/lilo/ChangeLog
+++ b/sys-boot/lilo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-boot/lilo
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/ChangeLog,v 1.48 2007/03/20 10:53:50 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/ChangeLog,v 1.49 2007/04/21 20:54:56 chainsaw Exp $
+
+ 21 Apr 2007; Tony Vroon <chainsaw@gentoo.org> lilo-22.7.3-r1.ebuild,
+ lilo-22.8.ebuild:
+ Stop using insinto /etc/conf.d and use the newconfd function instead, bug
+ #174266.
20 Mar 2007; Tony Vroon <chainsaw@gentoo.org>
-files/lilo-22.7.1-correct-usage-info.patch,
diff --git a/sys-boot/lilo/lilo-22.7.3-r1.ebuild b/sys-boot/lilo/lilo-22.7.3-r1.ebuild
index 68bbbb3fbc48..ca0f2c74035d 100644
--- a/sys-boot/lilo/lilo-22.7.3-r1.ebuild
+++ b/sys-boot/lilo/lilo-22.7.3-r1.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-boot/lilo/lilo-22.7.3-r1.ebuild,v 1.3 2007/03/20 10:46:25 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.7.3-r1.ebuild,v 1.4 2007/04/21 20:54:56 chainsaw Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -79,8 +79,7 @@ src_install() {
insinto /etc
newins ${FILESDIR}/lilo.conf lilo.conf.example
- insinto /etc/conf.d
- newins ${S}/dolilo/dolilo.conf.d dolilo.example
+ newconfd ${S}/dolilo/dolilo.conf.d dolilo.example
doman manPages/*.[5-8]
dodoc CHANGES COPYING INCOMPAT README*
diff --git a/sys-boot/lilo/lilo-22.8.ebuild b/sys-boot/lilo/lilo-22.8.ebuild
index faaae85b4e1e..91de4e40b0b0 100644
--- a/sys-boot/lilo/lilo-22.8.ebuild
+++ b/sys-boot/lilo/lilo-22.8.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-boot/lilo/lilo-22.8.ebuild,v 1.1 2007/03/20 10:46:25 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.8.ebuild,v 1.2 2007/04/21 20:54:56 chainsaw Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -76,8 +76,7 @@ src_install() {
insinto /etc
newins ${FILESDIR}/lilo.conf lilo.conf.example
- insinto /etc/conf.d
- newins ${S}/dolilo/dolilo.conf.d dolilo.example
+ newconfd ${S}/dolilo/dolilo.conf.d dolilo.example
doman manPages/*.[5-8]
dodoc CHANGES COPYING INCOMPAT README*