summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-06-12 13:06:20 +0000
committerMarius Mauch <genone@gentoo.org>2007-06-12 13:06:20 +0000
commita2baf292a79210853eb36b7cc69c02cc900667dd (patch)
tree1ac393db1838811c2fab967f5674bf6ef8f0f25e /net-mail
parentReplacing einfo with elog (diff)
downloadgentoo-2-a2baf292a79210853eb36b7cc69c02cc900667dd.tar.gz
gentoo-2-a2baf292a79210853eb36b7cc69c02cc900667dd.tar.bz2
gentoo-2-a2baf292a79210853eb36b7cc69c02cc900667dd.zip
Replacing einfo with elog
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/qpopper/ChangeLog5
-rw-r--r--net-mail/qpopper/qpopper-4.0.5-r3.ebuild50
2 files changed, 29 insertions, 26 deletions
diff --git a/net-mail/qpopper/ChangeLog b/net-mail/qpopper/ChangeLog
index 1c63528102c4..5d373f90f454 100644
--- a/net-mail/qpopper/ChangeLog
+++ b/net-mail/qpopper/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/qpopper
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qpopper/ChangeLog,v 1.22 2007/02/09 08:11:10 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qpopper/ChangeLog,v 1.23 2007/06/12 13:06:20 genone Exp $
+
+ 12 Jun 2007; Marius Mauch <genone@gentoo.org> qpopper-4.0.5-r3.ebuild:
+ Replacing einfo with elog
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/net-mail/qpopper/qpopper-4.0.5-r3.ebuild b/net-mail/qpopper/qpopper-4.0.5-r3.ebuild
index edaea38b93d0..87fb1ffa14e7 100644
--- a/net-mail/qpopper/qpopper-4.0.5-r3.ebuild
+++ b/net-mail/qpopper/qpopper-4.0.5-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qpopper/qpopper-4.0.5-r3.ebuild,v 1.2 2005/06/05 18:04:06 langthang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qpopper/qpopper-4.0.5-r3.ebuild,v 1.3 2007/06/12 13:06:20 genone Exp $
inherit eutils
@@ -114,28 +114,28 @@ src_install() {
}
pkg_postinst () {
- einfo "PS. If you use APOP service to authenticate "
- einfo "the users you have to follow these steps: "
- einfo ""
- einfo "1) create a new account named pop"
- einfo "2) change the owner and permissions of"
- einfo " /usr/sbin/popauth:"
- einfo " # chown pop /usr/sbin/popauth"
- einfo " # chmod u+s /usr/sbin/popauth"
- einfo "3) initialize the authentication database:"
- einfo " # popauth -init"
- einfo "4) new users can be added by root:"
- einfo " # popauth -user <user>"
- einfo " or removed:"
- einfo " # popauth -delete <user>"
- einfo " Other users can add themeselves or change their"
- einfo " password with the command popauth"
- einfo "5) scripts or other non-interactive processes can add or change"
- einfo " the passwords with the following command:"
- einfo " # popauth -user <user> <password>"
- einfo ""
- einfo "to enable qpopper in netkit-inetd just add this in one line"
- einfo "pop-3 stream tcp nowait root /usr/sbin/tcpd
+ elog "PS. If you use APOP service to authenticate "
+ elog "the users you have to follow these steps: "
+ elog ""
+ elog "1) create a new account named pop"
+ elog "2) change the owner and permissions of"
+ elog " /usr/sbin/popauth:"
+ elog " # chown pop /usr/sbin/popauth"
+ elog " # chmod u+s /usr/sbin/popauth"
+ elog "3) initialize the authentication database:"
+ elog " # popauth -init"
+ elog "4) new users can be added by root:"
+ elog " # popauth -user <user>"
+ elog " or removed:"
+ elog " # popauth -delete <user>"
+ elog " Other users can add themeselves or change their"
+ elog " password with the command popauth"
+ elog "5) scripts or other non-interactive processes can add or change"
+ elog " the passwords with the following command:"
+ elog " # popauth -user <user> <password>"
+ elog ""
+ elog "to enable qpopper in netkit-inetd just add this in one line"
+ elog "pop-3 stream tcp nowait root /usr/sbin/tcpd
/usr/sbin/in.qpopper -f /etc/qpopper.conf"
- einfo "into your /etc/inetd.conf"
+ elog "into your /etc/inetd.conf"
}