summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-10-13 19:13:19 +0000
committerAron Griffis <agriffis@gentoo.org>2004-10-13 19:13:19 +0000
commitd3aaa66ca8ec804c9e63036609ab6f02f91e0704 (patch)
tree0617cd8b58f2e193e25bb002c13c1a1a0f043fbd /sys-apps
parentUnmaintained; adding to shell-tools herd. (Manifest recommit) (diff)
downloadgentoo-2-d3aaa66ca8ec804c9e63036609ab6f02f91e0704.tar.gz
gentoo-2-d3aaa66ca8ec804c9e63036609ab6f02f91e0704.tar.bz2
gentoo-2-d3aaa66ca8ec804c9e63036609ab6f02f91e0704.zip
Use cp -P instead of doexe to install init-scripts to preserve symlinks
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/baselayout/ChangeLog5
-rw-r--r--sys-apps/baselayout/baselayout-1.11.2.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/baselayout/ChangeLog b/sys-apps/baselayout/ChangeLog
index 44d68b264e3a..6e5340d53c0e 100644
--- a/sys-apps/baselayout/ChangeLog
+++ b/sys-apps/baselayout/ChangeLog
@@ -1,11 +1,14 @@
# ChangeLog for sys-apps/baselayout
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/ChangeLog,v 1.176 2004/10/13 18:59:49 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/ChangeLog,v 1.177 2004/10/13 19:13:19 agriffis Exp $
# See the gentoo-src rc-scripts ChangeLog for up-to-date release information:
# http://www.gentoo.org/cgi-bin/viewcvs.cgi/rc-scripts/ChangeLog?rev=HEAD&cvsroot=gentoo-src&content-type=text/vnd.viewcvs-markup
13 Oct 2004; Aron Griffis <agriffis@gentoo.org> baselayout-1.11.2.ebuild:
+ Use cp -P instead of doexe to install init-scripts to preserve symlinks
+
+ 13 Oct 2004; Aron Griffis <agriffis@gentoo.org> baselayout-1.11.2.ebuild:
Provide warning in pkg_postinst when older /etc/init.d/net.eth* are found
*baselayout-1.11.2 (13 Oct 2004)
diff --git a/sys-apps/baselayout/baselayout-1.11.2.ebuild b/sys-apps/baselayout/baselayout-1.11.2.ebuild
index 33a55265e2fe..e0d608063443 100644
--- a/sys-apps/baselayout/baselayout-1.11.2.ebuild
+++ b/sys-apps/baselayout/baselayout-1.11.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.11.2.ebuild,v 1.2 2004/10/13 18:59:49 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.11.2.ebuild,v 1.3 2004/10/13 19:13:19 agriffis Exp $
inherit flag-o-matic eutils
@@ -251,7 +251,8 @@ src_install() {
fperms 0600 /etc/shadow
mv ${D}/etc/{passwd,shadow,group,fstab,hosts} ${D}/usr/share/baselayout
- exeinto /etc/init.d
+ cp -P ${S}/init.d/* ${D}/etc/init.d
+ chmod a+x ${D}/etc/init.d/*
doexe ${S}/init.d/*
insinto /etc/conf.d
doins ${S}/etc/conf.d/*