summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2003-11-02 22:36:59 +0000
committerMichael Imhof <tantive@gentoo.org>2003-11-02 22:36:59 +0000
commitfaaa9a3299c60fb5e8d328a61f5ee9412dbc674a (patch)
treedebae6477a309e34ae0602e9b153915cd23d249d /app-admin/webalizer/webalizer-2.01.10-r4.ebuild
parentChanged the ebuild to work with apache2 out of the box. (diff)
downloadgentoo-2-faaa9a3299c60fb5e8d328a61f5ee9412dbc674a.tar.gz
gentoo-2-faaa9a3299c60fb5e8d328a61f5ee9412dbc674a.tar.bz2
gentoo-2-faaa9a3299c60fb5e8d328a61f5ee9412dbc674a.zip
Added einfo.
Diffstat (limited to 'app-admin/webalizer/webalizer-2.01.10-r4.ebuild')
-rw-r--r--app-admin/webalizer/webalizer-2.01.10-r4.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/app-admin/webalizer/webalizer-2.01.10-r4.ebuild b/app-admin/webalizer/webalizer-2.01.10-r4.ebuild
index 4975357207b5..0d9d02ad1baf 100644
--- a/app-admin/webalizer/webalizer-2.01.10-r4.ebuild
+++ b/app-admin/webalizer/webalizer-2.01.10-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webalizer/webalizer-2.01.10-r4.ebuild,v 1.1 2003/11/02 22:32:59 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/webalizer/webalizer-2.01.10-r4.ebuild,v 1.2 2003/11/02 22:36:48 tantive Exp $
MY_P=${P/.10/-10}
S=${WORKDIR}/${MY_P}
@@ -59,3 +59,11 @@ src_install() {
dodoc README* CHANGES COPYING Copyright sample.conf
dodir /var/www/webalizer
}
+
+pkg_postinst(){
+ einfo
+ einfo "Just type webalizer to generate your stats."
+ einfo "You can also use cron to generate them e.g. every day."
+ einfo "They can be accessed via http://localhost/webalizer"
+ einfo
+} \ No newline at end of file