diff options
author | Renat Lumpau <rl03@gentoo.org> | 2006-07-09 20:26:47 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2006-07-09 20:26:47 +0000 |
commit | b6f35e8feddf11e07bd71285304c4d140ce2e021 (patch) | |
tree | 1ad757e39ebb907ccb63542719e4e217050d7f0c /app-admin/webalizer/webalizer-2.01.10-r13.ebuild | |
parent | Pinpoint virtual/x11 version to less than 7. (diff) | |
download | gentoo-2-b6f35e8feddf11e07bd71285304c4d140ce2e021.tar.gz gentoo-2-b6f35e8feddf11e07bd71285304c4d140ce2e021.tar.bz2 gentoo-2-b6f35e8feddf11e07bd71285304c4d140ce2e021.zip |
einfo->elog
(Portage version: 2.1)
Diffstat (limited to 'app-admin/webalizer/webalizer-2.01.10-r13.ebuild')
-rw-r--r-- | app-admin/webalizer/webalizer-2.01.10-r13.ebuild | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/app-admin/webalizer/webalizer-2.01.10-r13.ebuild b/app-admin/webalizer/webalizer-2.01.10-r13.ebuild index c73c428b6f86..5b35513f5479 100644 --- a/app-admin/webalizer/webalizer-2.01.10-r13.ebuild +++ b/app-admin/webalizer/webalizer-2.01.10-r13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webalizer/webalizer-2.01.10-r13.ebuild,v 1.3 2006/07/01 19:53:54 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webalizer/webalizer-2.01.10-r13.ebuild,v 1.4 2006/07/09 20:26:47 rl03 Exp $ # uses webapp.eclass to create directories with right permissions # probably slight overkill but works well @@ -35,7 +35,7 @@ pkg_setup() { webapp_pkg_setup if use search && ! use geoip; then - einfo "Please enable the geoip USE flag if you wish to use search" + elog "Please enable the geoip USE flag if you wish to use search" fi # prevents "undefined reference" errors... see bug #65163 @@ -61,7 +61,7 @@ src_unpack() { if use search; then epatch ${WORKDIR}/${PN}-search.patch || die fi - use xtended && einfo "Xtended doesn't work with geolizer, skipping" + use xtended && elog "Xtended doesn't work with geolizer, skipping" else epatch ${FILESDIR}/${PN}-db4.2.patch || die epatch ${FILESDIR}/${PN}-readability.patch || die @@ -117,19 +117,19 @@ src_install() { } pkg_postinst(){ - einfo - einfo "It is suggested that you restart apache before using webalizer" - einfo "You may want to review /etc/webalizer.conf and ensure that" - einfo "OutputDir is set correctly" - einfo - einfo "Then 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 - einfo "A sample Apache config file has been installed into" - einfo "/usr/share/doc/${PF}/apache.webalizer" - einfo "Please edit and install it as necessary" - einfo + elog + elog "It is suggested that you restart apache before using webalizer" + elog "You may want to review /etc/webalizer.conf and ensure that" + elog "OutputDir is set correctly" + elog + elog "Then just type webalizer to generate your stats." + elog "You can also use cron to generate them e.g. every day." + elog "They can be accessed via http://localhost/webalizer" + elog + elog "A sample Apache config file has been installed into" + elog "/usr/share/doc/${PF}/apache.webalizer" + elog "Please edit and install it as necessary" + elog if [ ${#LINGUAS} -gt 2 ] && use nls; then ewarn @@ -142,8 +142,8 @@ pkg_postinst(){ fi if use xtended; then - einfo "Read http://www.irc.unizh.ch/users/pfrei/webalizer/rb07/INSTALL" - einfo "if you are switching from stock webalizer to xtended" + elog "Read http://www.irc.unizh.ch/users/pfrei/webalizer/rb07/INSTALL" + elog "if you are switching from stock webalizer to xtended" fi webapp_pkg_postinst |