diff options
author | Marius Mauch <genone@gentoo.org> | 2007-06-12 12:44:10 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-06-12 12:44:10 +0000 |
commit | 8f3c4a9d7dae81f997b1ec4f60d8fbb3491aa0ad (patch) | |
tree | 36dd52a94e032b72977e7f03d1414c59cb087b91 /net-mail | |
parent | Replacing einfo with elog (diff) | |
download | historical-8f3c4a9d7dae81f997b1ec4f60d8fbb3491aa0ad.tar.gz historical-8f3c4a9d7dae81f997b1ec4f60d8fbb3491aa0ad.tar.bz2 historical-8f3c4a9d7dae81f997b1ec4f60d8fbb3491aa0ad.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mailgraph/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/mailgraph/mailgraph-1.13.ebuild | 54 | ||||
-rw-r--r-- | net-mail/mailman/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/mailman/mailman-2.1.9.ebuild | 32 | ||||
-rw-r--r-- | net-mail/mailman/mailman-2.1.9_rc1.ebuild | 32 |
5 files changed, 68 insertions, 61 deletions
diff --git a/net-mail/mailgraph/ChangeLog b/net-mail/mailgraph/ChangeLog index e99cabe0cbd8..86f1ee7d4f4f 100644 --- a/net-mail/mailgraph/ChangeLog +++ b/net-mail/mailgraph/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/mailgraph # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailgraph/ChangeLog,v 1.20 2007/05/24 08:43:31 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailgraph/ChangeLog,v 1.21 2007/06/12 12:42:00 genone Exp $ + + 12 Jun 2007; Marius Mauch <genone@gentoo.org> mailgraph-1.13.ebuild: + Replacing einfo with elog 24 May 2007; Andrej Kacian <ticho@gentoo.org> mailgraph-1.13.ebuild: Stable on x86. diff --git a/net-mail/mailgraph/mailgraph-1.13.ebuild b/net-mail/mailgraph/mailgraph-1.13.ebuild index 3307ee2c956b..cbb690a09637 100644 --- a/net-mail/mailgraph/mailgraph-1.13.ebuild +++ b/net-mail/mailgraph/mailgraph-1.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailgraph/mailgraph-1.13.ebuild,v 1.3 2007/05/24 08:43:31 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailgraph/mailgraph-1.13.ebuild,v 1.4 2007/06/12 12:42:00 genone Exp $ inherit eutils webapp @@ -107,43 +107,43 @@ pkg_postinst() { chown mgraph:adm /var/run/mailgraph fi fi - einfo "" - einfo "Mailgraph will run as user mgraph with group adm by default." - einfo "This can be changed in /etc/conf.d/mailgraph if it doesn't fit." - einfo "Remember to adjust MG_DAEMON_LOG, MG_DAEMON_PID and MG_DAEMON_RRD" - einfo "as well!" - einfo "" - echo - ewarn "" + elog + elog "Mailgraph will run as user mgraph with group adm by default." + elog "This can be changed in /etc/conf.d/mailgraph if it doesn't fit." + elog "Remember to adjust MG_DAEMON_LOG, MG_DAEMON_PID and MG_DAEMON_RRD" + elog "as well!" + elog + elog + ewarn ewarn "Please make sure the MG_LOGFILE (default: /var/log/messages) is readable" ewarn "by group adm or change MG_DAEMON_GID in /etc/conf.d/mailgraph accordingly!" - ewarn "" + ewarn ewarn "Please make sure *all* mail related logs (MTA, spamfilter, virus scanner)" ewarn "go to the file /var/log/messages or change MG_LOGFILE in" ewarn "/etc/conf.d/mailgraph accordingly! Otherwise mailgraph won't get to know" ewarn "the corresponding events (virus/spam mail found etc.)." - ewarn "" - echo - einfo - einfo "Checking for user apache" + ewarn + ewarn + elog + elog "Checking for user apache" if egetent passwd apache >&/dev/null; then - einfo - einfo "Adding user apache to group mgraph so the included" - einfo "CGI script is able to read the mailgraph RRD files" - einfo + elog + elog "Adding user apache to group mgraph so the included" + elog "CGI script is able to read the mailgraph RRD files" + elog if ! gpasswd -a apache mgraph >&/dev/null; then eerror "Failed to add user apache to group mgraph!" eerror "Please check manually." fi else - einfo - einfo "User apache not found, maybe we will be running a" - einfo "webserver with a different UID?" - einfo "If that's the case, please add that user to the" - einfo "group mgraph manually to enable the included" - einfo "CGI script to read the mailgraph RRD files:" - einfo - einfo "\tgpasswd -a <user> mgraph" - einfo + elog + elog "User apache not found, maybe we will be running a" + elog "webserver with a different UID?" + elog "If that's the case, please add that user to the" + elog "group mgraph manually to enable the included" + elog "CGI script to read the mailgraph RRD files:" + elog + elog "\tgpasswd -a <user> mgraph" + elog fi } diff --git a/net-mail/mailman/ChangeLog b/net-mail/mailman/ChangeLog index 100764ac05b5..bc941569f800 100644 --- a/net-mail/mailman/ChangeLog +++ b/net-mail/mailman/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/mailman # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/ChangeLog,v 1.91 2007/05/12 04:08:33 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/ChangeLog,v 1.92 2007/06/12 12:44:10 genone Exp $ + + 12 Jun 2007; Marius Mauch <genone@gentoo.org> mailman-2.1.9_rc1.ebuild, + mailman-2.1.9.ebuild: + Replacing einfo with elog 12 May 2007; Luca Longinotti <chtekk@gentoo.org> mailman-2.1.9_rc1.ebuild, mailman-2.1.9.ebuild: diff --git a/net-mail/mailman/mailman-2.1.9.ebuild b/net-mail/mailman/mailman-2.1.9.ebuild index 56657f2751ae..41d3025f3e0d 100644 --- a/net-mail/mailman/mailman-2.1.9.ebuild +++ b/net-mail/mailman/mailman-2.1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9.ebuild,v 1.6 2007/05/12 04:08:33 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9.ebuild,v 1.7 2007/06/12 12:44:10 genone Exp $ inherit eutils depend.apache IUSE="postfix sendmail qmail courier exim xmail" @@ -97,8 +97,8 @@ src_install () { if [ -f ${i}/Mailman/mm_cfg.py ]; then cp ${i}/Mailman/mm_cfg.py \ ${ID}/Mailman/mm_cfg.py - einfo "Your old config has been saved as mm_cfg.py" - einfo "A new config has been installed as mm_cfg.dist" + elog "Your old config has been saved as mm_cfg.py" + elog "A new config has been installed as mm_cfg.dist" fi done @@ -113,18 +113,18 @@ pkg_postinst() { enewuser mailman 280 -1 ${INSTALLDIR} mailman -G cron -c "mailman" cd ${INSTALLDIR} bin/update - einfo "Running \`${INSTALLDIR}/bin/check_perms -f\` *" + elog "Running \`${INSTALLDIR}/bin/check_perms -f\` *" bin/check_perms -f - einfo "" - einfo "Please read /usr/share/doc/${PF}/README.gentoo.gz for additional" - einfo "Setup information, mailman will NOT run unless you follow" - einfo "those instructions!" - einfo "" - - einfo "An example Mailman configuration file for Apache has been installed into:" - einfo " ${APACHE2_MODULES_CONFDIR}/50_mailman.conf" - einfo "" - einfo "To enable, you will need to add \"-D MAILMAN\" to" - einfo "/etc/conf.d/apache2." - einfo "" + elog + elog "Please read /usr/share/doc/${PF}/README.gentoo.gz for additional" + elog "Setup information, mailman will NOT run unless you follow" + elog "those instructions!" + elog + + elog "An example Mailman configuration file for Apache has been installed into:" + elog " ${APACHE2_MODULES_CONFDIR}/50_mailman.conf" + elog + elog "To enable, you will need to add \"-D MAILMAN\" to" + elog "/etc/conf.d/apache2." + elog } diff --git a/net-mail/mailman/mailman-2.1.9_rc1.ebuild b/net-mail/mailman/mailman-2.1.9_rc1.ebuild index da6f84fd9ce4..f71050cf4779 100644 --- a/net-mail/mailman/mailman-2.1.9_rc1.ebuild +++ b/net-mail/mailman/mailman-2.1.9_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9_rc1.ebuild,v 1.7 2007/05/12 04:08:33 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9_rc1.ebuild,v 1.8 2007/06/12 12:44:10 genone Exp $ inherit eutils depend.apache IUSE="postfix sendmail qmail courier exim xmail" @@ -98,8 +98,8 @@ src_install () { if [ -f ${i}/Mailman/mm_cfg.py ]; then cp ${i}/Mailman/mm_cfg.py \ ${ID}/Mailman/mm_cfg.py - einfo "Your old config has been saved as mm_cfg.py" - einfo "A new config has been installed as mm_cfg.dist" + elog "Your old config has been saved as mm_cfg.py" + elog "A new config has been installed as mm_cfg.dist" fi done @@ -114,18 +114,18 @@ pkg_postinst() { enewuser mailman 280 -1 ${INSTALLDIR} mailman -G cron -c "mailman" cd ${INSTALLDIR} bin/update - einfo "Running \`${INSTALLDIR}/bin/check_perms -f\` *" + elog "Running \`${INSTALLDIR}/bin/check_perms -f\` *" bin/check_perms -f - einfo "" - einfo "Please read /usr/share/doc/${PF}/README.gentoo.gz for additional" - einfo "Setup information, mailman will NOT run unless you follow" - einfo "those instructions!" - einfo "" - - einfo "An example Mailman configuration file for Apache has been installed into:" - einfo " ${APACHE2_MODULES_CONFDIR}/50_mailman.conf" - einfo "" - einfo "To enable, you will need to add \"-D MAILMAN\" to" - einfo "/etc/conf.d/apache2." - einfo "" + elog + elog "Please read /usr/share/doc/${PF}/README.gentoo.gz for additional" + elog "Setup information, mailman will NOT run unless you follow" + elog "those instructions!" + elog + + elog "An example Mailman configuration file for Apache has been installed into:" + elog " ${APACHE2_MODULES_CONFDIR}/50_mailman.conf" + elog + elog "To enable, you will need to add \"-D MAILMAN\" to" + elog "/etc/conf.d/apache2." + elog } |