Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 13369 Details for
Bug 11254
New ebuild for mod_auth_mysql
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mod_auth_mysql-20030510-r1.ebuild
mod_auth_mysql-20030510-r1.ebuild (text/plain), 1.29 KB, created by
Stuart Herbert (RETIRED)
on 2003-06-16 09:12:03 UTC
(
hide
)
Description:
mod_auth_mysql-20030510-r1.ebuild
Filename:
MIME Type:
Creator:
Stuart Herbert (RETIRED)
Created:
2003-06-16 09:12:03 UTC
Size:
1.29 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/net-www/mod_auth_mysql/mod_auth_mysql-20030510.ebuild,v 1.1 2003/05/25 08:31:56 robbat2 Exp $ > >DESCRIPTION="Basic authentication for Apache using a MySQL database" >HOMEPAGE="http://modauthmysql.sourceforge.net/" > >S=${WORKDIR}/${PN} >SRC_URI="mirror://sourceforge/modauthmysql/${PN}.tgz" >DEPEND="dev-db/mysql net-www/apache" >LICENSE="Apache-1.1" >KEYWORDS="x86" >IUSE="" >SLOT="0" > >if [ -n "`use apache2`" ]; then > APXS="apxs2 -D APACHE2" > DESTDIR=/usr/lib/apache2-extramodules > CONFDIR=/etc/apache2/conf/modules.d >else > APXS="apxs -D APACHE1" > DESTDIR=/usr/lib/apache-extramodules > CONFDIR=/etc/apache/conf/addon-modules >fi > >src_compile() { > $APXS -c ${PN}.c -I/usr/include/mysql -lmysqlclient -lm -lz || die >} > >src_install() { > exeinto $DESTDIR > doexe ${PN}.so > insinto ${CONFDIR} > doins ${FILESDIR}/mod_auth_mysql.conf > cat mod_auth_mysql.c | head -81 \ > | cut -c 4- > mod_auth_mysql.txt > dodoc ${FILESDIR}/mod_auth_mysql.conf \ > README >} > >pkg_postinst() { > if [ "`use apache2`" ]; then > einfo "Please add '-D AUTH_MYSQL' to your /etc/conf.d/apache2 APACHE2_OPTS setting" > else > einfo "Please add '-D AUTH_MYSQL' to your /etc/conf.d/apache APACHE_OPTS setting" > fi >}
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 11254
:
5972
| 13369