Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135151 - dev-php5/eaccelerator-0.9.5_beta2 (and others): fix kinda typo
Summary: dev-php5/eaccelerator-0.9.5_beta2 (and others): fix kinda typo
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-01 06:35 UTC by jannis
Modified: 2006-06-01 06:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>