Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 21414 Details for
Bug 34627
New ebuild for libnss-pgsql (from the sysauth-pgsql project)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New ebuild for libnss-pgsql-1.0.0.ebuild
libnss-pgsql-1.0.0.ebuild (text/plain), 1.25 KB, created by
Marc Bevand
on 2003-11-28 08:09:42 UTC
(
hide
)
Description:
New ebuild for libnss-pgsql-1.0.0.ebuild
Filename:
MIME Type:
Creator:
Marc Bevand
Created:
2003-11-28 08:09:42 UTC
Size:
1.25 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Name Service Switch module for use with PostgreSQL" >HOMEPAGE="http://sourceforge.net/projects/sysauth-pgsql" >SRC_URI="mirror://sourceforge/sysauth-pgsql/${P}.tar.gz" >LICENSE="GPL-2" > >SLOT="0" >KEYWORDS="~x86" >IUSE="" >DEPEND="virtual/glibc > >=dev-db/postgresql-7.4-r1" > >S=${WORKDIR}/${P} > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/postgres-and-glibc.patch >} > >src_compile() { > econf --libdir=/lib || die "econf failure" > emake || die "emake failure" >} > >src_install() { > make DESTDIR=${D} install || die "make install failure" > dodoc AUTHORS ChangeLog INSTALL NEWS README > insinto etc && doins conf/nss-pgsql.conf > docinto conf && dodoc conf/{dbschema.sql,nsswitch.conf} > docinto doc && dodoc doc/{nss-pgsql.{ps,sgml,txt}} >} > >pkg_postinst() { > einfo "Now create the required SQL tables in a database, eg.:" > einfo " $ zcat /usr/share/doc/${P}/conf/dbschema.sql.gz | psql dbtest" > einfo "Then edit the config file to match your need:" > einfo " /etc/nss-pgsql.conf" > einfo "Now edit /etc/nsswitch.conf to use the NSS service 'pgsql', an" > einfo "example is available here:" > einfo " /usr/share/doc/${P}/conf/nsswitch.conf.gz" >}
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 34627
: 21414 |
21417