diff options
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 |