summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 12:15:31 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 12:15:31 +0000
commit5e638616aef3e7447f26d42f6a1e2c9c0318c10e (patch)
tree2819ee0066e220b7615dc068c5df097d3790d2e4 /net-fs/autofs
parentCleanup (diff)
downloadgentoo-2-5e638616aef3e7447f26d42f6a1e2c9c0318c10e.tar.gz
gentoo-2-5e638616aef3e7447f26d42f6a1e2c9c0318c10e.tar.bz2
gentoo-2-5e638616aef3e7447f26d42f6a1e2c9c0318c10e.zip
Cleanup
Diffstat (limited to 'net-fs/autofs')
-rw-r--r--net-fs/autofs/autofs-3.1.7.ebuild44
-rw-r--r--net-fs/autofs/files/digest-autofs-3.1.71
2 files changed, 0 insertions, 45 deletions
diff --git a/net-fs/autofs/autofs-3.1.7.ebuild b/net-fs/autofs/autofs-3.1.7.ebuild
deleted file mode 100644
index 61b99bcb93ed..000000000000
--- a/net-fs/autofs/autofs-3.1.7.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2000 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.ebuild,v 1.1 2000/11/26 20:54:18 achim Exp $
-
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="Automounter"
-SRC_URI="ftp://ftp.kernel.org/pub/linux/daemons/autofs/${A}
- ftp://ftp.de.kernel.org/pub/linux/daemons/autofs/${A}
- ftp://ftp.uk.kernel.org/pub/linux/daemons/autofs/${A}"
-
-DEPEND=">=sys-libs/glibc-2.1.3"
-
-src_compile() {
- cd ${S}
- try ./configure --host=${HOST} --prefix=/usr
- try make
-}
-
-src_install() {
- cd ${S}
- into /usr
- dosbin daemon/automount
- insinto /usr/lib/autofs
- insopts -m 755
- doins modules/*.so
- dodoc COPYING COPYRIGHT NEWS README* TODO
- cd man
- doman auto.master.5 autofs.5 autofs.8 automount.8
- cd ../samples
- dodir /etc/autofs
- cp ${O}/files/auto.master ${D}/etc/autofs
- cp ${O}/files/auto.misc ${D}/etc/autofs
- dodir /etc/rc.d/init.d
- cp ${O}/files/autofs ${D}/etc/rc.d/init.d
-}
-
-pkg_config() {
- . ${ROOT}/etc/rc.d/config/functions
- echo "Activating autofs..."
- ${ROOT}/usr/sbin/rc-update add autofs
-}
-
diff --git a/net-fs/autofs/files/digest-autofs-3.1.7 b/net-fs/autofs/files/digest-autofs-3.1.7
deleted file mode 100644
index 55137064ccd8..000000000000
--- a/net-fs/autofs/files/digest-autofs-3.1.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4f602f82442b48ce9c2e0005d59c3408 autofs-3.1.7.tar.bz2