Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 140809 Details for
Bug 158449
net-fs/autofs-5.0.1_rc3 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
autofs-5.0.2-r2.ebuild
autofs-5.0.2-r2.ebuild (text/plain), 2.11 KB, created by
Jonas Jonsson
on 2008-01-12 14:02:32 UTC
(
hide
)
Description:
autofs-5.0.2-r2.ebuild
Filename:
MIME Type:
Creator:
Jonas Jonsson
Created:
2008-01-12 14:02:32 UTC
Size:
2.11 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvs/root/autofs/gentoo/net-fs/autofs/autofs-5.0.0.ebuild,v 1.1 2006/03/30 02:09:51 raven Exp $ > >inherit eutils > >IUSE="ldap sasl" > >MY_P=${P/_/-} > >DESCRIPTION="Kernel based automounter" >HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html" >SRC_URI_BASE="mirror://kernel/linux/daemons/${PN}/v5" > > >SRC_PATCHES_URI=`while read patch > do > echo ${SRC_URI_BASE}/$patch > done < ${FILESDIR}/patch_order-${PVR}` > >SRC_URI="${SRC_URI_BASE}/${MY_P}.tar.bz2 > ${SRC_PATCHES_URI}" >DEPEND="virtual/libc > ldap? ( >=net-nds/openldap-2.0 > dev-libs/libxml2 ) > sasl? ( dev-libs/libxml2 )" >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86 ~alpha ~ppc ~sparc ~amd64 ~ia64 ~ppc64" > >S=${WORKDIR}/${P%%_*} > >src_unpack() { > unpack ${MY_P}.tar.bz2 > > cd ${S} > while read patch > do > epatch ${DISTDIR}/${patch} > done < ${FILESDIR}/patch_order-${PVR} > > cd ${S} > autoconf || die "Autoconf failed" >} > >src_compile() { > local myconf > > myconf="${myconf} --without-hesiod" > myconf="${myconf} `use_with ldap openldap`" > myconf="${myconf} `use_with sasl`" > > myconf="${myconf} --with-mapdir=/etc/autofs" > myconf="${myconf} --with-confdir=/etc/conf.d" > > myconf="${myconf} --disable-mount-locking --enable-ignore-busy" > > econf ${myconf} || die > sed -i -e '/^\(CFLAGS\|CXXFLAGS\|LDFLAGS\)[[:space:]]*=/d' Makefile.rules || die "Failed to remove (C|CXX|LD)FLAGS" > emake || die "make failed" >} > >src_install() { > emake install DESTDIR=${D} || die "make install failed" > > dodoc COPYING COPYRIGHT README* CHANGELOG CREDITS > > newinitd ${FILESDIR}/autofs5.init autofs > > if use ldap; then > cd ${S}/samples > docinto samples ; dodoc ldap* auto.master.ldap > insinto /etc/openldap/schema ; doins autofs.schema > fi > > keepdir /var/run/autofs >} > >pkg_postinst() { > einfo "Note: If you plan on using autofs for automounting" > einfo "remote NFS mounts without having the NFS daemon running" > einfo "please add portmap to your default run-level." > echo "" > einfo "Also the normal autofs status has been renamed stats" > einfo "as there is already a predefined Gentoo status" >}
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 158449
:
104278
|
104279
|
108736
|
108738
|
122584
|
122666
|
130691
|
130706
|
130707
|
130709
|
130711
|
130713
|
130788
|
130789
|
135187
|
135188
| 140809 |
140810
|
140811
|
142301
|
142302