Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 205352 Details for
Bug 286134
stabilize =www-servers/lighttpd-1.4.23
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
patch to add EUID checking to src_test
lighttpd_fails_tests.patch (text/plain), 615 bytes, created by
Jeremy Olexa (darkside) (RETIRED)
on 2009-09-27 04:50:00 UTC
(
hide
)
Description:
patch to add EUID checking to src_test
Filename:
MIME Type:
Creator:
Jeremy Olexa (darkside) (RETIRED)
Created:
2009-09-27 04:50:00 UTC
Size:
615 bytes
patch
obsolete
>Index: lighttpd-1.4.23.ebuild >=================================================================== >RCS file: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.23.ebuild,v >retrieving revision 1.2 >diff -u -r1.2 lighttpd-1.4.23.ebuild >--- lighttpd-1.4.23.ebuild 23 Sep 2009 16:17:15 -0000 1.2 >+++ lighttpd-1.4.23.ebuild 27 Sep 2009 04:49:26 -0000 >@@ -132,6 +132,14 @@ > fi > } > >+src_test() { >+ if [[ ${EUID} -eq 0 ]]; then >+ default_src_test >+ else >+ ewarn "test skipped, please re-run as root if you wish to test ${PN}" >+ fi >+} >+ > src_install() { > make DESTDIR="${D}" install || die "make install failed" >
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 286134
:
205352