diff options
author | 2005-03-07 02:11:06 +0000 | |
---|---|---|
committer | 2005-03-07 02:11:06 +0000 | |
commit | 65e93d9ae6683b92469c6bc84047d183feb3ebf3 (patch) | |
tree | b47ddd1cbfe5f42afbcb01dc275d4964f304a220 /mail-mta/sendmail/sendmail-8.13.3.ebuild | |
parent | Set gcc versions (all) and multilib-safe toolchain versions (multilib). (diff) | |
download | gentoo-2-65e93d9ae6683b92469c6bc84047d183feb3ebf3.tar.gz gentoo-2-65e93d9ae6683b92469c6bc84047d183feb3ebf3.tar.bz2 gentoo-2-65e93d9ae6683b92469c6bc84047d183feb3ebf3.zip |
repoman: Trim trailing whitespace
(Portage version: 2.0.51.19)
Diffstat (limited to 'mail-mta/sendmail/sendmail-8.13.3.ebuild')
-rw-r--r-- | mail-mta/sendmail/sendmail-8.13.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail-mta/sendmail/sendmail-8.13.3.ebuild b/mail-mta/sendmail/sendmail-8.13.3.ebuild index ab19cbb56691..f9203e2c3409 100644 --- a/mail-mta/sendmail/sendmail-8.13.3.ebuild +++ b/mail-mta/sendmail/sendmail-8.13.3.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/sendmail/sendmail-8.13.3.ebuild,v 1.2 2005/03/06 21:23:18 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.3.ebuild,v 1.3 2005/03/07 02:11:06 mr_bones_ Exp $ inherit eutils @@ -150,7 +150,7 @@ src_install () { # The /usr/share/doc/sendmail/README.cf is part of the sendmail-doc # package. # - + EOF cat <<- EOF > ${D}/etc/conf.d/sendmail # Config file for /etc/init.d/sendmail @@ -158,7 +158,7 @@ src_install () { SENDMAIL_OPTS="-bd -q30m -L sm-mta" # default daemon mode CLIENTMQUEUE_OPTS="-Ac -q30m -L sm-cm" # clientmqueue KILL_OPTS="" # add -9/-15/your favorite evil SIG level here - + EOF exeinto /etc/init.d doexe ${FILESDIR}/sendmail |