summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2002-01-26 01:07:56 +0000
committerDonny Davies <woodchip@gentoo.org>2002-01-26 01:07:56 +0000
commitf5996686e7d7b18188f134dc699c1eedbffdd63a (patch)
tree96150e604932ccab8d5eed7baf956f92bf3b215f /net-fs/autofs
parentThis verson installs an rc6 compatible initscript into the right place. (diff)
downloadgentoo-2-f5996686e7d7b18188f134dc699c1eedbffdd63a.tar.gz
gentoo-2-f5996686e7d7b18188f134dc699c1eedbffdd63a.tar.bz2
gentoo-2-f5996686e7d7b18188f134dc699c1eedbffdd63a.zip
oops, forgot to commit autofs.confd.
Diffstat (limited to 'net-fs/autofs')
-rw-r--r--net-fs/autofs/autofs-3.1.7-r2.ebuild6
-rw-r--r--net-fs/autofs/files/autofs.confd9
2 files changed, 12 insertions, 3 deletions
diff --git a/net-fs/autofs/autofs-3.1.7-r2.ebuild b/net-fs/autofs/autofs-3.1.7-r2.ebuild
index f0e6f9d6cbe5..2ada74e1c8b3 100644
--- a/net-fs/autofs/autofs-3.1.7-r2.ebuild
+++ b/net-fs/autofs/autofs-3.1.7-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author: Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r2.ebuild,v 1.1 2002/01/26 01:03:32 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r2.ebuild,v 1.2 2002/01/26 01:07:56 woodchip Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Automounter"
@@ -38,6 +38,6 @@ src_install() {
cp ${FILESDIR}/auto.master ${D}/etc/autofs
cp ${FILESDIR}/auto.misc ${D}/etc/autofs
- dodir /etc/init.d
- cp ${FILESDIR}/autofs ${D}/etc/init.d
+ exeinto /etc/init.d ; newexe ${FILESDIR}/autofs.rc6 autofs
+ insinto /etc/conf.d ; newins ${FILESDIR}/autofs.confd autofs
}
diff --git a/net-fs/autofs/files/autofs.confd b/net-fs/autofs/files/autofs.confd
new file mode 100644
index 000000000000..228bc6b8a609
--- /dev/null
+++ b/net-fs/autofs/files/autofs.confd
@@ -0,0 +1,9 @@
+# Config file for /etc/init.d/autofs
+
+FLAGS="defaults 21"
+
+#
+# e.g. localoptions='rsize=8192,wsize=8192'
+#
+localoptions=''
+