Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 5972 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]
ebuild for mod_auth_mysql
mod_auth_mysql-3.2.ebuild (text/plain), 1.17 KB, created by
Scott Lampert
on 2002-11-26 11:29:27 UTC
(
hide
)
Description:
ebuild for mod_auth_mysql
Filename:
MIME Type:
Creator:
Scott Lampert
Created:
2002-11-26 11:29:27 UTC
Size:
1.17 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >IUSE="mysql apache" >DESCRIPTION="MySQL databases for Apache user authentication" >HOMEPAGE="http://sourceforge.net/projects/authmysql-admin/" >SRC_URI="http://us.dl.sourceforge.net/mod-auth-mysql/${P}.tar.bz2" >LICENSE="freedist" >SLOT="0" >KEYWORDS="x86" >DEPEND="dev-db/mysql > net-www/apache" > >S="${WORKDIR}/${P}" > >src_compile() { > emake || die >} > >src_install() { > exeinto /usr/lib/apache-extramodules > doexe mod_auth_mysql.so > > dodoc USAGE README > > insinto /etc/apache/conf/addon-modules > doins ${FILESDIR}/mod_auth_mysql.conf >} > >pkg_postinst() { > einfo > einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" > einfo "to have your apache.conf auto-updated for use with this module." > einfo "You should then edit your /etc/conf.d/apache file to suit." > einfo > >} > >pkg_config() { > ${ROOT}/usr/sbin/apacheaddmod \ > ${ROOT}/etc/apache/conf/apache.conf \ > extramodules/mod_auth_mysql.so mod_auth_mysql.c auth_mysql_module \ > define=AUTH_MYSQL addconf=conf/addon-modules/mod_auth_mysql.conf >}
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