diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-08-26 20:22:56 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-08-26 20:22:56 +0000 |
commit | e649d47090703cc3d58a3b891ae5091cfdd39f02 (patch) | |
tree | fd0e243da8a873774b61dc8f4cff76f0840d9a9e /www/awstats/MESSAGE | |
parent | 4568c8982ea0441f77198b053d452b9a79e3ebcf (diff) | |
download | pkgsrc-e649d47090703cc3d58a3b891ae5091cfdd39f02.tar.gz |
- awstats_configure.pl now works
- awstats.pl will now look in @PKG_SYSCONFDIR@/awstats for config files
- create datadir with correct permissions under @VARBASE@/awstats
- update MESSAGE telling user than can now use @PKG_SYSCONFDIR@ awstats
- fix location of apache log dirs so they match the pkgsrc default
- fix location of apache conf dirs so they match the pkgsrc default
- bump PKGREVISION
Diffstat (limited to 'www/awstats/MESSAGE')
-rw-r--r-- | www/awstats/MESSAGE | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/awstats/MESSAGE b/www/awstats/MESSAGE index 273e0872d38..b16c94101d8 100644 --- a/www/awstats/MESSAGE +++ b/www/awstats/MESSAGE @@ -1,9 +1,12 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2005/02/15 21:13:34 snj Exp $ +$NetBSD: MESSAGE,v 1.4 2005/08/26 20:22:56 adrianp Exp $ An example file has been installed as ${PREFIX}/share/examples/awstats/awstats.conf. After adjusting it to -your needs, copy it to ${PREFIX}/awstats/cgi-bin/awstats.conf. +your needs, copy it to ${PREFIX}/awstats/cgi-bin/awstats.conf. + +Alternatively, you can also now use ${PKG_SYSCONFDIR} to store your awstats +configuration files. You may need to adjust the cgi-bin path of your webserver -- for details, refer to the documentation in |