diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-11-15 14:52:41 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-11-15 14:52:41 +0000 |
commit | 96a58655d0d39b31b8debbed53e9a64b0c2850a6 (patch) | |
tree | f5ba1064d71799a0706b1f959fe692e58d68e9b2 /mail-mta/qmail/qmail-1.03-r12.ebuild | |
parent | Updated package. Fixes missing documentation problem. See bug #66165. (Manife... (diff) | |
download | gentoo-2-96a58655d0d39b31b8debbed53e9a64b0c2850a6.tar.gz gentoo-2-96a58655d0d39b31b8debbed53e9a64b0c2850a6.tar.bz2 gentoo-2-96a58655d0d39b31b8debbed53e9a64b0c2850a6.zip |
Fixed typo in einfo, was "but not mail was every delivered", now is "but not every mail was delivered"
Diffstat (limited to 'mail-mta/qmail/qmail-1.03-r12.ebuild')
-rw-r--r-- | mail-mta/qmail/qmail-1.03-r12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/qmail/qmail-1.03-r12.ebuild b/mail-mta/qmail/qmail-1.03-r12.ebuild index 57d0b795254e..3e307aed9a6f 100644 --- a/mail-mta/qmail/qmail-1.03-r12.ebuild +++ b/mail-mta/qmail/qmail-1.03-r12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/qmail-1.03-r12.ebuild,v 1.5 2004/10/26 22:23:11 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/qmail-1.03-r12.ebuild,v 1.6 2004/11/15 14:52:41 s4t4n Exp $ inherit toolchain-funcs eutils fixheadtails @@ -311,7 +311,7 @@ rootmailfixup() { local TMPCMD="ln -sf /var/qmail/alias/.maildir/ ${ROOT}/root/.maildir" if [ -d "${ROOT}/root/.maildir" ] && [ ! -L "${ROOT}/root/.maildir" ] ; then einfo "Previously the qmail ebuilds created /root/.maildir/ but not" - einfo "mail was every delivered there. If the directory does not" + einfo "every mail was delivered there. If the directory does not" einfo "contain any mail, please delete it and run:" einfo "${TMPCMD}" else |