Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135233 - net-www/awstats incorrect postinst instructions
Summary: net-www/awstats incorrect postinst instructions
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: 2006-06-01 23:14 UTC by Ed Catmur
Modified: 2006-10-25 11:07 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 Ed Catmur 2006-06-01 23:14:56 UTC
On non-vhosts installs (USE="-vhost"), net-www/awstats fails to install to /var/www/localhost.

This is because pkg_postinst does not call webapp_pkg_postinst.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-06-02 02:04:27 UTC
This thing is not intended to be installed to /var/www/localhost, it sets up slot manually.
Comment 3 Ed Catmur 2006-06-02 18:12:14 UTC
So how are we supposed to install it? The ebuild says:
 * Copy the /etc/awstats/awstats.model.conf to
 * /etc/awstats/awstats.<yourdomain>.conf and edit.
 * use the command
 *      webapp-config
 * to install awstats for each virtual host. See proper man page.

It does not give instructions for single-host installations.

Are we supposed to use the postinst-en.txt file as an Apache config file? If so, should not this be mentioned?
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-10-25 11:07:18 UTC
This app cannot be installed per-vhost; removed the erroneous ewarn.