summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-11-15 14:52:41 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-11-15 14:52:41 +0000
commit96a58655d0d39b31b8debbed53e9a64b0c2850a6 (patch)
treef5ba1064d71799a0706b1f959fe692e58d68e9b2 /mail-mta/qmail/qmail-1.03-r13.ebuild
parentUpdated package. Fixes missing documentation problem. See bug #66165. (Manife... (diff)
downloadgentoo-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-r13.ebuild')
-rw-r--r--mail-mta/qmail/qmail-1.03-r13.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/qmail/qmail-1.03-r13.ebuild b/mail-mta/qmail/qmail-1.03-r13.ebuild
index a857cab5a921..8aa734829a8c 100644
--- a/mail-mta/qmail/qmail-1.03-r13.ebuild
+++ b/mail-mta/qmail/qmail-1.03-r13.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-r13.ebuild,v 1.6 2004/10/26 22:23:11 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/qmail-1.03-r13.ebuild,v 1.7 2004/11/15 14:52:41 s4t4n Exp $
inherit toolchain-funcs eutils fixheadtails
@@ -331,7 +331,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