diff options
Diffstat (limited to 'net-mail/sendmail/sendmail-8.12.9.ebuild')
-rw-r--r-- | net-mail/sendmail/sendmail-8.12.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/sendmail/sendmail-8.12.9.ebuild b/net-mail/sendmail/sendmail-8.12.9.ebuild index 353ff2a13cbf..0fcbe1e1abe7 100644 --- a/net-mail/sendmail/sendmail-8.12.9.ebuild +++ b/net-mail/sendmail/sendmail-8.12.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/sendmail/sendmail-8.12.9.ebuild,v 1.3 2003/05/11 17:53:17 tberman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sendmail/sendmail-8.12.9.ebuild,v 1.4 2003/05/13 03:11:16 tberman Exp $ IUSE="ssl ldap sasl berkdb tcpd gdbm" @@ -155,5 +155,5 @@ KILL_OPTS="" # add -9/-15/your favorite evil SIG level here EOF exeinto /etc/init.d - newexe ${FILESDIR}/sendmail-r5 sendmail + doexe ${FILESDIR}/sendmail } |