diff options
Diffstat (limited to 'mail-mta/sendmail/sendmail-8.13.6-r1.ebuild')
-rw-r--r-- | mail-mta/sendmail/sendmail-8.13.6-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail-mta/sendmail/sendmail-8.13.6-r1.ebuild b/mail-mta/sendmail/sendmail-8.13.6-r1.ebuild index 460f41d76007..5c039714cd1a 100644 --- a/mail-mta/sendmail/sendmail-8.13.6-r1.ebuild +++ b/mail-mta/sendmail/sendmail-8.13.6-r1.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.13.6-r1.ebuild,v 1.2 2007/03/18 06:24:17 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.6-r1.ebuild,v 1.3 2007/04/28 16:54:46 swegener Exp $ inherit eutils @@ -152,8 +152,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 |