Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30833 - mod_php ebuild's msgs corrects
Summary: mod_php ebuild's msgs corrects
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-10 08:23 UTC by Lloyd D Budd
Modified: 2003-10-10 12:58 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 Lloyd D Budd 2003-10-10 08:23:25 UTC
mod_php-4.3.3-r1.ebuild
- two minor "corrections".

---

    apache2msg() {
        einfo "Edit /etc/conf.d/apache2 and add \"-D PHP4\""

probably should be

        einfo "Edit /etc/conf.d/apache2 and add \"-D PHP4\" to APACHE2_OPTS"

---

I do not see where it is set, but the following "einfo" was written to the
terminal when I merged the ebuild:

      * The INI file for this build is /etc/php/apache2-php4

probably should be

      * The INI file for this build is /etc/php/apache2-php4/php.ini


Reproducible: Always
Steps to Reproduce:
N/A
Actual Results:  
N/A

Expected Results:  
N/A
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-10-10 12:58:22 UTC
fixed in CVS.