diff options
author | Tuan Van <langthang@gentoo.org> | 2005-06-29 21:14:16 +0000 |
---|---|---|
committer | Tuan Van <langthang@gentoo.org> | 2005-06-29 21:14:16 +0000 |
commit | 08199a856ea380e5e472b1f6482a22b8c5fcf840 (patch) | |
tree | c777e6800e128e4ab4f05d326f18cfc83fa0c722 /mail-mta | |
parent | Fix issues in bug #96632. Thanks to Jakub Moc <jakub@gentoo.org> for the patch. (diff) | |
download | gentoo-2-08199a856ea380e5e472b1f6482a22b8c5fcf840.tar.gz gentoo-2-08199a856ea380e5e472b1f6482a22b8c5fcf840.tar.bz2 gentoo-2-08199a856ea380e5e472b1f6482a22b8c5fcf840.zip |
remove leading white spaces
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/xmail/xmail-1.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/xmail/xmail-1.21.ebuild b/mail-mta/xmail/xmail-1.21.ebuild index c81af601ace7..5dfd0778a4b2 100644 --- a/mail-mta/xmail/xmail-1.21.ebuild +++ b/mail-mta/xmail/xmail-1.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/xmail/xmail-1.21.ebuild,v 1.2 2005/06/29 21:12:17 langthang Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/xmail/xmail-1.21.ebuild,v 1.3 2005/06/29 21:14:16 langthang Exp $ inherit eutils linux-info @@ -37,7 +37,7 @@ pkg_setup() { eerror "Reboot will be required if compiled directly into kernel." eerror "If reboot is not desired you should choose a module instead and run" eerror "make modules && make modules_install" - die "Kernel without CONFIG_IP_NF_TARGET_REDIRECT detected!" + die "Kernel without CONFIG_IP_NF_TARGET_REDIRECT detected!" fi enewgroup xmail |