diff options
Diffstat (limited to 'mail-mta/sendmail/sendmail-8.14.1.ebuild')
-rw-r--r-- | mail-mta/sendmail/sendmail-8.14.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail-mta/sendmail/sendmail-8.14.1.ebuild b/mail-mta/sendmail/sendmail-8.14.1.ebuild index b50d30c97d1f..5791e92cd343 100644 --- a/mail-mta/sendmail/sendmail-8.14.1.ebuild +++ b/mail-mta/sendmail/sendmail-8.14.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.1.ebuild,v 1.1 2007/04/04 10:28:18 lcars Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.1.ebuild,v 1.2 2007/04/28 16:54:46 swegener Exp $ inherit eutils @@ -153,8 +153,7 @@ src_install () { KILL_OPTS="" # add -9/-15/your favorite evil SIG level here EOF - exeinto /etc/init.d - doexe ${FILESDIR}/sendmail + doinitd ${FILESDIR}/sendmail keepdir /usr/adm/sm.bin if use mailwrapper |