diff options
Diffstat (limited to 'net-mail/mailbase')
-rw-r--r-- | net-mail/mailbase/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/mailbase/mailbase-1.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-mail/mailbase/ChangeLog b/net-mail/mailbase/ChangeLog index 46496e71fb81..6f635dc5448f 100644 --- a/net-mail/mailbase/ChangeLog +++ b/net-mail/mailbase/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/mailbase # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/ChangeLog,v 1.87 2013/01/22 17:21:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/ChangeLog,v 1.88 2013/02/19 07:37:42 eras Exp $ + + 19 Feb 2013; Eray Aslan <eras@gentoo.org> mailbase-1.1.ebuild: + Remove spurious / from elog output - bug #458120 22 Jan 2013; Agostino Sarubbo <ago@gentoo.org> mailbase-1.1.ebuild: Stable for x86, wrt bug #452366 diff --git a/net-mail/mailbase/mailbase-1.1.ebuild b/net-mail/mailbase/mailbase-1.1.ebuild index 044c9db5e730..ace0106c0997 100644 --- a/net-mail/mailbase/mailbase-1.1.ebuild +++ b/net-mail/mailbase/mailbase-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/mailbase-1.1.ebuild,v 1.10 2013/01/22 17:21:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/mailbase-1.1.ebuild,v 1.11 2013/02/19 07:37:42 eras Exp $ inherit pam eutils user @@ -63,8 +63,8 @@ pkg_postinst() { ewarn " those which mailbase wants to set it to (03775)." ewarn " If you did not change them on purpose, consider running:" ewarn - ewarn " chown root:mail ${ROOT}/var/spool/mail/" - ewarn " chmod 03775 ${ROOT}/var/spool/mail/" + ewarn " chown root:mail ${ROOT}var/spool/mail/" + ewarn " chmod 03775 ${ROOT}var/spool/mail/" echo fi } |