Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 135151

Summary: dev-php5/eaccelerator-0.9.5_beta2 (and others): fix kinda typo
Product: Gentoo Linux Reporter: jannis <kripton>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description jannis 2006-06-01 06:35:13 UTC
After the emerging-progress, the ebuild says:
"You need to restart your Apache webserver to activate eAccelerator."
Who says I'm using Apache? Who says I even have it installed?
This sentence should be changed to:
"You need to restart your webserver to activate eAccelerator." IMO
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-01 06:40:13 UTC
(In reply to comment #0)
> Who says I'm using Apache? Who says I even have it installed?

Your use flags.

<snip>
if built_with_use =${PHP_PKG} apache || built_with_use =${PHP_PKG} apache2 ; then
                einfo
                einfo "You need to restart your Apache webserver to activate eAccelerator."
                einfo
        fi
</snip>