Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 3970 Details for
Bug 8019
autofs-3.1.7-r3.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
autofs-3.1.7-r3.ebuild
autofs-3.1.7-r3.ebuild (text/plain), 1.45 KB, created by
Brad Cowan (RETIRED)
on 2002-09-17 03:18:22 UTC
(
hide
)
Description:
autofs-3.1.7-r3.ebuild
Filename:
MIME Type:
Creator:
Brad Cowan (RETIRED)
Created:
2002-09-17 03:18:22 UTC
Size:
1.45 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later ># $Header: /home/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r3.ebuild,v 1.5 2002/07/18 02:46:08 raker Exp $ > >S=${WORKDIR}/${P} >DESCRIPTION="Kernel based automounter" >HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html" >SRC_URI="ftp://ftp.kernel.org/pub/linux/daemons/autofs/${P}.tar.bz2 > ftp://ftp.de.kernel.org/pub/linux/daemons/autofs/${P}.tar.bz2 > ftp://ftp.uk.kernel.org/pub/linux/daemons/autofs/${P}.tar.bz2" > >DEPEND="ldap? ( >=net-nds/openldap-1.2 )" >RDEPEND=">=net-nds/portmap-5b-r6.ebuild" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="x86" > >src_unpack() { > unpack ${A} ; cd ${S}/include > patch -p0 < ${FILESDIR}/automount.diff || die >} > >src_compile() { > local myconf > use ldap || myconf="--without-openldap" > export HAVE_LDAP=1 > export LIBLDAP="$LIBLDAP -lldap -llber" > export LIBS="-lldap -llber $LIBS" > ./configure --host=${HOST} --prefix=/usr ${myconf} || die > emake || die >} > >src_install() { > 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 ${FILESDIR}/auto.master ${D}/etc/autofs > cp ${FILESDIR}/auto.misc ${D}/etc/autofs > > exeinto /etc/init.d ; newexe ${FILESDIR}/autofs.rc6 autofs > insinto /etc/conf.d ; newins ${FILESDIR}/autofs.confd autofs >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 8019
: 3970 |
3971
|
3972