Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 89046 Details for
Bug 136662
ebuild for mod_auth_cookie_mysql2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for mod_auth_cookie_mysql2
mod_auth_cookie_mysql2-0.7.ebuild (text/plain), 1.26 KB, created by
Richard Fleming
on 2006-06-13 08:15:58 UTC
(
hide
)
Description:
ebuild for mod_auth_cookie_mysql2
Filename:
MIME Type:
Creator:
Richard Fleming
Created:
2006-06-13 08:15:58 UTC
Size:
1.26 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils apache-module > >DESCRIPTION="An Apache2 backend authentication module that uses Cookies" >HOMEPAGE="http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/" >SRC_URI="http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/${P/-/_}.tar.gz" > >KEYWORDS="~x86 ~amd64" >LICENSE="GPL-2" >SLOT="0" >IUSE="" > >DEPEND="dev-db/mysql" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${P/-/_}" > >APXS2_ARGS="-l mysqlclient -lz -I /usr/include/mysql -L /usr/lib/mysql -c ${PN}.c" > >APACHE2_MOD_CONF="55_${PN}" >APACHE2_MOD_DEFINE="AUTH_COOKIE_MYSQL2" > >DOCFILES="README mod_auth_cookie_mysql.html" > >need_apache2 > >src_install() { > apache-module_src_install > fperms 644 ${APACHE2_MODULES_CONFDIR}/$(basename ${APACHE2_MOD_CONF}).conf >} > >pkg_postinst() { > ewarn > ewarn "There are a number of variables that need to be configured before" > ewarn "MOD_AUTH_COOKIE_MYSQL2 can work. After this package has finished" > ewarn "building, please go and modify the conf file located in..." > ewarn > ewarn "${APACHE2_MODULES_CONFDIR}/$(basename ${APACHE2_MOD_CONF}).conf" > ewarn > ebeep 5 >}
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 136662
: 89046 |
89048
|
89053