Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37750 - webalizer pkg_postinst sais always /etc/apache, while should say apache2 in case of USE=apache2
Summary: webalizer pkg_postinst sais always /etc/apache, while should say apache2 in c...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-09 17:31 UTC by Elan Ruusamäe
Modified: 2004-01-11 02: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 Elan Ruusamäe 2004-01-09 17:31:53 UTC
app-admin/webalizer/webalizer-2.01.10-r4.ebuild:

pkg_postinst(){
    einfo "to update your apache.conf just type"
    einfo "echo \"Include  conf/addon-modules/webalizer.conf\" \
        >> /etc/apache/conf/apache.conf"

PS: why there's duplicate webalizer.conf in /etc and in /etc/apacheX?


Reproducible: Always
Steps to Reproduce:
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2004-01-09 17:35:01 UTC
this info is only for apache1 needed

apache2 autoloads this config, so it's not needed
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2004-01-11 02:58:47 UTC
fixed in cvs

you can delete the old config in /etc