diff options
author | 2003-11-02 22:36:59 +0000 | |
---|---|---|
committer | 2003-11-02 22:36:59 +0000 | |
commit | fbe349b837a6b2b4c56e64c7466f62491bf683ba (patch) | |
tree | d0f8da1c980ac9662ad259d9104b1e5fb68a74b5 /app-admin/webalizer/webalizer-2.01.10-r4.ebuild | |
parent | Changed the ebuild to work with apache2 out of the box. (diff) | |
download | historical-fbe349b837a6b2b4c56e64c7466f62491bf683ba.tar.gz historical-fbe349b837a6b2b4c56e64c7466f62491bf683ba.tar.bz2 historical-fbe349b837a6b2b4c56e64c7466f62491bf683ba.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.ebuild | 10 |
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 |