From: Sven Wegener Date: Sat, 28 Apr 2007 16:54:46 +0000 (+0000) Subject: Fix *initd, *confd and *envd calls (#17388, #174266) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1ee912933be7c2dcb511a13dcfb11c632f072366;p=gentoo.git Fix *initd, *confd and *envd calls (#17388, #174266) Package-Manager: portage-2.1.2.5 --- diff --git a/mail-mta/courier/ChangeLog b/mail-mta/courier/ChangeLog index 6eb387738962..d4140b4a02c8 100644 --- a/mail-mta/courier/ChangeLog +++ b/mail-mta/courier/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/courier # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/ChangeLog,v 1.88 2007/04/02 17:08:14 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/ChangeLog,v 1.89 2007/04/28 16:52:16 swegener Exp $ + + 28 Apr 2007; Sven Wegener courier-0.53.2.ebuild: + Fix *initd, *confd and *envd calls (#17388, #174266) 02 Apr 2007; Petteri Räty -courier-0.48.1.ebuild, -courier-0.48.1-r1.ebuild, -courier-0.48.2.20050224.ebuild, diff --git a/mail-mta/courier/courier-0.53.2.ebuild b/mail-mta/courier/courier-0.53.2.ebuild index 52612399c8ec..5623ed23a407 100644 --- a/mail-mta/courier/courier-0.53.2.ebuild +++ b/mail-mta/courier/courier-0.53.2.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/courier/courier-0.53.2.ebuild,v 1.15 2007/04/02 17:08:14 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.53.2.ebuild,v 1.16 2007/04/28 16:52:16 swegener Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -157,8 +157,7 @@ src_install() { keepdir $dir2keep || die "failed running keepdir: $dir2keep" done - exeinto /etc/init.d - newexe ${FILESDIR}/courier-init-r1 courier + newinitd ${FILESDIR}/courier-init-r1 courier use fam || sed -i -e's|^.*use famd$||g' ${D}/etc/init.d/courier cd ${D}/etc/courier diff --git a/mail-mta/exim/ChangeLog b/mail-mta/exim/ChangeLog index 5290be3f96f5..9047b412a27f 100644 --- a/mail-mta/exim/ChangeLog +++ b/mail-mta/exim/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-mta/exim # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.87 2007/04/21 20:57:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.88 2007/04/28 16:52:41 swegener Exp $ + + 28 Apr 2007; Sven Wegener exim-4.60-r1.ebuild, + exim-4.61.ebuild, exim-4.62.ebuild, exim-4.63.ebuild, exim-4.66.ebuild, + exim-4.67.ebuild: + Fix *initd, *confd and *envd calls (#17388, #174266) 21 Apr 2007; Raúl Porcel exim-4.62.ebuild: ia64 stable diff --git a/mail-mta/exim/exim-4.60-r1.ebuild b/mail-mta/exim/exim-4.60-r1.ebuild index a8571b982313..f6e3f92c3618 100644 --- a/mail-mta/exim/exim-4.60-r1.ebuild +++ b/mail-mta/exim/exim-4.60-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/exim/exim-4.60-r1.ebuild,v 1.13 2007/04/07 16:10:31 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.60-r1.ebuild,v 1.14 2007/04/28 16:52:41 swegener Exp $ inherit eutils @@ -278,11 +278,9 @@ src_install () { newins ${FILESDIR}/pam.d-exim exim fi - exeinto /etc/init.d - newexe ${FILESDIR}/exim.rc6 exim + newinitd ${FILESDIR}/exim.rc6 exim - insinto /etc/conf.d - newins ${FILESDIR}/exim.confd exim + newconfd ${FILESDIR}/exim.confd exim DIROPTIONS="--mode=0750 --owner=mail --group=mail" dodir /var/log/${PN} diff --git a/mail-mta/exim/exim-4.61.ebuild b/mail-mta/exim/exim-4.61.ebuild index 549089fda7ee..a7aa7f3c7c7a 100644 --- a/mail-mta/exim/exim-4.61.ebuild +++ b/mail-mta/exim/exim-4.61.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/exim/exim-4.61.ebuild,v 1.4 2007/04/07 16:10:31 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.61.ebuild,v 1.5 2007/04/28 16:52:41 swegener Exp $ inherit eutils @@ -278,11 +278,9 @@ src_install () { newins ${FILESDIR}/pam.d-exim exim fi - exeinto /etc/init.d - newexe ${FILESDIR}/exim.rc6 exim + newinitd ${FILESDIR}/exim.rc6 exim - insinto /etc/conf.d - newins ${FILESDIR}/exim.confd exim + newconfd ${FILESDIR}/exim.confd exim DIROPTIONS="--mode=0750 --owner=mail --group=mail" dodir /var/log/${PN} diff --git a/mail-mta/exim/exim-4.62.ebuild b/mail-mta/exim/exim-4.62.ebuild index 6b30f6d22f66..63562d990d7f 100644 --- a/mail-mta/exim/exim-4.62.ebuild +++ b/mail-mta/exim/exim-4.62.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/exim/exim-4.62.ebuild,v 1.9 2007/04/21 20:57:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.62.ebuild,v 1.10 2007/04/28 16:52:41 swegener Exp $ inherit eutils @@ -278,11 +278,9 @@ src_install () { newins ${FILESDIR}/pam.d-exim exim fi - exeinto /etc/init.d - newexe ${FILESDIR}/exim.rc6 exim + newinitd ${FILESDIR}/exim.rc6 exim - insinto /etc/conf.d - newins ${FILESDIR}/exim.confd exim + newconfd ${FILESDIR}/exim.confd exim DIROPTIONS="--mode=0750 --owner=mail --group=mail" dodir /var/log/${PN} diff --git a/mail-mta/exim/exim-4.63.ebuild b/mail-mta/exim/exim-4.63.ebuild index 8f5f1f766d0d..9640137272c9 100644 --- a/mail-mta/exim/exim-4.63.ebuild +++ b/mail-mta/exim/exim-4.63.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/exim/exim-4.63.ebuild,v 1.4 2007/04/07 16:10:31 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.63.ebuild,v 1.5 2007/04/28 16:52:41 swegener Exp $ inherit eutils @@ -278,11 +278,9 @@ src_install () { newins ${FILESDIR}/pam.d-exim exim fi - exeinto /etc/init.d - newexe ${FILESDIR}/exim.rc6 exim + newinitd ${FILESDIR}/exim.rc6 exim - insinto /etc/conf.d - newins ${FILESDIR}/exim.confd exim + newconfd ${FILESDIR}/exim.confd exim DIROPTIONS="--mode=0750 --owner=mail --group=mail" dodir /var/log/${PN} diff --git a/mail-mta/exim/exim-4.66.ebuild b/mail-mta/exim/exim-4.66.ebuild index 8c00a0c20285..23ca22ec2f71 100644 --- a/mail-mta/exim/exim-4.66.ebuild +++ b/mail-mta/exim/exim-4.66.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/exim/exim-4.66.ebuild,v 1.1 2007/03/18 20:35:59 peitolm Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.66.ebuild,v 1.2 2007/04/28 16:52:41 swegener Exp $ inherit eutils @@ -284,11 +284,9 @@ src_install () { newins ${FILESDIR}/pam.d-exim exim fi - exeinto /etc/init.d - newexe ${FILESDIR}/exim.rc6 exim + newinitd ${FILESDIR}/exim.rc6 exim - insinto /etc/conf.d - newins ${FILESDIR}/exim.confd exim + newconfd ${FILESDIR}/exim.confd exim DIROPTIONS="--mode=0750 --owner=mail --group=mail" dodir /var/log/${PN} diff --git a/mail-mta/exim/exim-4.67.ebuild b/mail-mta/exim/exim-4.67.ebuild index de0fcd281b39..312d315553e3 100644 --- a/mail-mta/exim/exim-4.67.ebuild +++ b/mail-mta/exim/exim-4.67.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/exim/exim-4.67.ebuild,v 1.1 2007/04/18 23:23:36 peitolm Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.67.ebuild,v 1.2 2007/04/28 16:52:41 swegener Exp $ inherit eutils @@ -295,11 +295,9 @@ src_install () { newins ${FILESDIR}/pam.d-exim exim fi - exeinto /etc/init.d - newexe ${FILESDIR}/exim.rc6 exim + newinitd ${FILESDIR}/exim.rc6 exim - insinto /etc/conf.d - newins ${FILESDIR}/exim.confd exim + newconfd ${FILESDIR}/exim.confd exim DIROPTIONS="--mode=0750 --owner=mail --group=mail" dodir /var/log/${PN} diff --git a/mail-mta/postfix/ChangeLog b/mail-mta/postfix/ChangeLog index 31356382148c..9785ef9ec356 100644 --- a/mail-mta/postfix/ChangeLog +++ b/mail-mta/postfix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/postfix # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.125 2007/04/24 19:26:43 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.126 2007/04/28 16:53:21 swegener Exp $ + + 28 Apr 2007; Sven Wegener postfix-2.1.5-r2.ebuild: + Fix *initd, *confd and *envd calls (#17388, #174266) *postfix-2.4.0-r1 (24 Apr 2007) diff --git a/mail-mta/postfix/postfix-2.1.5-r2.ebuild b/mail-mta/postfix/postfix-2.1.5-r2.ebuild index 70b6a7a2de06..75033e97eb0f 100644 --- a/mail-mta/postfix/postfix-2.1.5-r2.ebuild +++ b/mail-mta/postfix/postfix-2.1.5-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.1.5-r2.ebuild,v 1.15 2006/11/23 20:28:34 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.1.5-r2.ebuild,v 1.16 2007/04/28 16:53:21 swegener Exp $ inherit eutils ssl-cert toolchain-funcs @@ -206,8 +206,7 @@ src_install () { newins "${FILESDIR}/smtp.pass" saslpass fperms 600 /etc/postfix/saslpass - exeinto /etc/init.d - newexe "${FILESDIR}/postfix.rc6" postfix + newinitd "${FILESDIR}/postfix.rc6" postfix mv "${S}/examples" "${D}/usr/share/doc/${PF}/" dodoc *README COMPATIBILITY HISTORY INSTALL LICENSE PORTING RELEASE_NOTES* diff --git a/mail-mta/qmail-ldap/ChangeLog b/mail-mta/qmail-ldap/ChangeLog index bb1035729dc3..fefdcb421238 100644 --- a/mail-mta/qmail-ldap/ChangeLog +++ b/mail-mta/qmail-ldap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/qmail-ldap # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail-ldap/ChangeLog,v 1.14 2007/03/18 06:07:51 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail-ldap/ChangeLog,v 1.15 2007/04/28 16:53:42 swegener Exp $ + + 28 Apr 2007; Sven Wegener qmail-ldap-1.03-r4.ebuild: + Fix *initd, *confd and *envd calls (#17388, #174266) 18 Mar 2007; Marius Mauch qmail-ldap-1.03-r1.ebuild, qmail-ldap-1.03-r2.ebuild, qmail-ldap-1.03-r3.ebuild, diff --git a/mail-mta/qmail-ldap/qmail-ldap-1.03-r4.ebuild b/mail-mta/qmail-ldap/qmail-ldap-1.03-r4.ebuild index ff2567bc86d5..3808b23607c7 100644 --- a/mail-mta/qmail-ldap/qmail-ldap-1.03-r4.ebuild +++ b/mail-mta/qmail-ldap/qmail-ldap-1.03-r4.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/qmail-ldap/qmail-ldap-1.03-r4.ebuild,v 1.9 2007/03/18 06:07:51 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail-ldap/qmail-ldap-1.03-r4.ebuild,v 1.10 2007/04/28 16:53:42 swegener Exp $ IUSE="ssl" @@ -149,8 +149,7 @@ src_install() { einfo "Adding env.d entry for qmail" dodir /etc/env.d - insinto /etc/env.d - doins ${FILESDIR}/${PV}-${PR}/99qmail + doenvd ${FILESDIR}/${PV}-${PR}/99qmail einfo "Creating sendmail replacement ..." diff --git a/mail-mta/qmail-mysql/ChangeLog b/mail-mta/qmail-mysql/ChangeLog index 76167691e2b9..485ddf23e88e 100644 --- a/mail-mta/qmail-mysql/ChangeLog +++ b/mail-mta/qmail-mysql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/qmail-mysql # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail-mysql/ChangeLog,v 1.13 2007/03/18 06:20:39 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail-mysql/ChangeLog,v 1.14 2007/04/28 16:54:02 swegener Exp $ + + 28 Apr 2007; Sven Wegener + qmail-mysql-1.03-r13.ebuild: + Fix *initd, *confd and *envd calls (#17388, #174266) 18 Mar 2007; Marius Mauch qmail-mysql-1.03.ebuild, qmail-mysql-1.03-r13.ebuild: diff --git a/mail-mta/qmail-mysql/qmail-mysql-1.03-r13.ebuild b/mail-mta/qmail-mysql/qmail-mysql-1.03-r13.ebuild index 2c50dc003505..d9103602afc9 100644 --- a/mail-mta/qmail-mysql/qmail-mysql-1.03-r13.ebuild +++ b/mail-mta/qmail-mysql/qmail-mysql-1.03-r13.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/qmail-mysql/qmail-mysql-1.03-r13.ebuild,v 1.11 2007/03/18 06:20:39 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail-mysql/qmail-mysql-1.03-r13.ebuild,v 1.12 2007/04/28 16:54:02 swegener Exp $ inherit eutils fixheadtails @@ -236,8 +236,7 @@ src_install() { einfo "Adding env.d entry for qmail" dodir /etc/env.d - insinto /etc/env.d - doins ${FILESDIR}/${PV}-${PR}/99qmail + doenvd ${FILESDIR}/${PV}-${PR}/99qmail einfo "Creating sendmail replacement ..." diropts -m 755 diff --git a/mail-mta/qmail/ChangeLog b/mail-mta/qmail/ChangeLog index e281a78e4917..c8301d2f5f4f 100644 --- a/mail-mta/qmail/ChangeLog +++ b/mail-mta/qmail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/qmail # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/ChangeLog,v 1.85 2007/03/18 05:56:11 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/ChangeLog,v 1.86 2007/04/28 16:54:24 swegener Exp $ + + 28 Apr 2007; Sven Wegener qmail-1.03-r15.ebuild, + qmail-1.03-r16.ebuild: + Fix *initd, *confd and *envd calls (#17388, #174266) 18 Mar 2007; Marius Mauch qmail-1.03-r15.ebuild, qmail-1.03-r16.ebuild: diff --git a/mail-mta/qmail/qmail-1.03-r15.ebuild b/mail-mta/qmail/qmail-1.03-r15.ebuild index 49d26359e7a1..54b8abe12949 100644 --- a/mail-mta/qmail/qmail-1.03-r15.ebuild +++ b/mail-mta/qmail/qmail-1.03-r15.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/qmail/qmail-1.03-r15.ebuild,v 1.44 2007/03/18 05:56:11 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/qmail-1.03-r15.ebuild,v 1.45 2007/04/28 16:54:24 swegener Exp $ inherit toolchain-funcs eutils fixheadtails flag-o-matic @@ -324,8 +324,7 @@ src_install() { einfo "Adding env.d entry for qmail" dodir /etc/env.d - insinto /etc/env.d - doins ${FILESDIR}/99qmail + doenvd ${FILESDIR}/99qmail einfo "Creating sendmail replacement ..." diropts -m 755 diff --git a/mail-mta/qmail/qmail-1.03-r16.ebuild b/mail-mta/qmail/qmail-1.03-r16.ebuild index 16aa3024c4c1..d6abed5e7eef 100644 --- a/mail-mta/qmail/qmail-1.03-r16.ebuild +++ b/mail-mta/qmail/qmail-1.03-r16.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/qmail/qmail-1.03-r16.ebuild,v 1.60 2007/03/18 05:56:11 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/qmail-1.03-r16.ebuild,v 1.61 2007/04/28 16:54:24 swegener Exp $ inherit toolchain-funcs eutils fixheadtails flag-o-matic @@ -384,8 +384,7 @@ src_install() { einfo "Adding env.d entry for qmail" dodir /etc/env.d - insinto /etc/env.d - doins ${FILESDIR}/99qmail + doenvd ${FILESDIR}/99qmail einfo "Creating sendmail replacement ..." diropts -m 755 diff --git a/mail-mta/sendmail/ChangeLog b/mail-mta/sendmail/ChangeLog index cb11f2c98b88..3693b82bafee 100644 --- a/mail-mta/sendmail/ChangeLog +++ b/mail-mta/sendmail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-mta/sendmail # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.74 2007/04/06 06:28:16 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.75 2007/04/28 16:54:46 swegener Exp $ + + 28 Apr 2007; Sven Wegener sendmail-8.13.6-r1.ebuild, + sendmail-8.13.7.ebuild, sendmail-8.13.7-r1.ebuild, sendmail-8.13.8.ebuild, + sendmail-8.14.0.ebuild, sendmail-8.14.1.ebuild: + Fix *initd, *confd and *envd calls (#17388, #174266) 06 Apr 2007; Tobias Scherbaum sendmail-8.13.8.ebuild, sendmail-8.14.0.ebuild: 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 diff --git a/mail-mta/sendmail/sendmail-8.13.7-r1.ebuild b/mail-mta/sendmail/sendmail-8.13.7-r1.ebuild index cc5adabfbd5d..69c09eaadf63 100644 --- a/mail-mta/sendmail/sendmail-8.13.7-r1.ebuild +++ b/mail-mta/sendmail/sendmail-8.13.7-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.7-r1.ebuild,v 1.10 2007/03/18 06:24:17 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.7-r1.ebuild,v 1.11 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 diff --git a/mail-mta/sendmail/sendmail-8.13.7.ebuild b/mail-mta/sendmail/sendmail-8.13.7.ebuild index 48a2f02ea5a5..acafde3048cf 100644 --- a/mail-mta/sendmail/sendmail-8.13.7.ebuild +++ b/mail-mta/sendmail/sendmail-8.13.7.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.7.ebuild,v 1.3 2007/03/18 06:24:17 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.7.ebuild,v 1.4 2007/04/28 16:54:46 swegener Exp $ inherit eutils @@ -151,8 +151,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 diff --git a/mail-mta/sendmail/sendmail-8.13.8.ebuild b/mail-mta/sendmail/sendmail-8.13.8.ebuild index 894ee1643f2e..2fb8a862c69b 100644 --- a/mail-mta/sendmail/sendmail-8.13.8.ebuild +++ b/mail-mta/sendmail/sendmail-8.13.8.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.8.ebuild,v 1.9 2007/04/06 06:28:16 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.8.ebuild,v 1.10 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 diff --git a/mail-mta/sendmail/sendmail-8.14.0.ebuild b/mail-mta/sendmail/sendmail-8.14.0.ebuild index 1ec60f1924ce..82bed97f4bb8 100644 --- a/mail-mta/sendmail/sendmail-8.14.0.ebuild +++ b/mail-mta/sendmail/sendmail-8.14.0.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.0.ebuild,v 1.9 2007/04/06 06:28:16 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.0.ebuild,v 1.10 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 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