summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2007-04-29 17:39:43 +0000
committerTorsten Veller <tove@gentoo.org>2007-04-29 17:39:43 +0000
commit6198e2737e7f5eb07e318f9863ca8a4ae7383e1e (patch)
treef5f7febc4f2ccfa42de850ff4e774752303ed8ea /net-fs/autofs/autofs-4.1.3-r7.ebuild
parentFix *initd, *confd and *envd calls (#173884, #174266) (diff)
downloadgentoo-2-6198e2737e7f5eb07e318f9863ca8a4ae7383e1e.tar.gz
gentoo-2-6198e2737e7f5eb07e318f9863ca8a4ae7383e1e.tar.bz2
gentoo-2-6198e2737e7f5eb07e318f9863ca8a4ae7383e1e.zip
Fix *initd, *confd and *envd calls (#173884, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-fs/autofs/autofs-4.1.3-r7.ebuild')
-rw-r--r--net-fs/autofs/autofs-4.1.3-r7.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/net-fs/autofs/autofs-4.1.3-r7.ebuild b/net-fs/autofs/autofs-4.1.3-r7.ebuild
index 2139f2fbdaff..ca938b89f3f5 100644
--- a/net-fs/autofs/autofs-4.1.3-r7.ebuild
+++ b/net-fs/autofs/autofs-4.1.3-r7.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/net-fs/autofs/autofs-4.1.3-r7.ebuild,v 1.3 2006/11/25 14:32:02 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-4.1.3-r7.ebuild,v 1.4 2007/04/29 17:39:43 tove Exp $
inherit eutils multilib
@@ -66,13 +66,12 @@ src_install() {
sed -i 's:\/etc\/:\/etc\/autofs\/:g' *.8 *.5 *.in || die "Failed to update path in manpages"
doman auto.master.5 autofs.5 autofs.8 automount.8
- dodir /etc/autofs /etc/init.d /etc/conf.d
insinto /etc/autofs ; doins ${FILESDIR}/auto.master
insinto /etc/autofs ; doins ${FILESDIR}/auto.misc
exeinto /etc/autofs ; doexe ${FILESDIR}/auto.net # chmod 755 is important!
- exeinto /etc/init.d ; newexe ${FILESDIR}/autofs.rc11 autofs
- insinto /etc/conf.d ; newins ${FILESDIR}/autofs.confd9 autofs
+ newinitd ${FILESDIR}/autofs.rc11 autofs
+ newconfd ${FILESDIR}/autofs.confd9 autofs
if use ldap; then
cd ${S}/samples
docinto samples ; dodoc ldap* auto.master.ldap