diff options
author | Tuan Van <langthang@gentoo.org> | 2004-08-18 20:40:06 +0000 |
---|---|---|
committer | Tuan Van <langthang@gentoo.org> | 2004-08-18 20:40:06 +0000 |
commit | 94774ebe2f9c91e4c56371e3c59026c5f11e1665 (patch) | |
tree | fc7406ec1967d3c9f83cc4a3ccda64752ed6ece2 /mail-mta | |
parent | Initial ebuild, bugs #53490 and #29841 (Manifest recommit) (diff) | |
download | gentoo-2-94774ebe2f9c91e4c56371e3c59026c5f11e1665.tar.gz gentoo-2-94774ebe2f9c91e4c56371e3c59026c5f11e1665.tar.bz2 gentoo-2-94774ebe2f9c91e4c56371e3c59026c5f11e1665.zip |
spelling.
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/postfix/postfix-2.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/postfix/postfix-2.1.3.ebuild b/mail-mta/postfix/postfix-2.1.3.ebuild index df868907dfce..88fd14a9a55f 100644 --- a/mail-mta/postfix/postfix-2.1.3.ebuild +++ b/mail-mta/postfix/postfix-2.1.3.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/postfix/postfix-2.1.3.ebuild,v 1.5 2004/08/17 08:27:02 tuxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.1.3.ebuild,v 1.6 2004/08/18 20:40:06 langthang Exp $ inherit eutils ssl-cert @@ -53,7 +53,7 @@ pkg_setup() { if [[ -n $(pidof master) ]] ; then if has_version '<mail-mta/postfix-2.1.3' ; then echo - eerror "You are upgrading from the incompatible verion." + eerror "You are upgrading from the incompatible version." eerror "Please stop Postfix then emerge again." die "Upgrade from incompatible version." else |