summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2007-04-28 16:54:46 +0000
committerSven Wegener <swegener@gentoo.org>2007-04-28 16:54:46 +0000
commit1ee912933be7c2dcb511a13dcfb11c632f072366 (patch)
tree5f9a50a86840de94abf57bebf834f0c4ad4f4095 /mail-mta/sendmail
parentx86 stable wrt #176284 (diff)
downloadhistorical-1ee912933be7c2dcb511a13dcfb11c632f072366.tar.gz
historical-1ee912933be7c2dcb511a13dcfb11c632f072366.tar.bz2
historical-1ee912933be7c2dcb511a13dcfb11c632f072366.zip
Fix *initd, *confd and *envd calls (#17388, #174266)
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'mail-mta/sendmail')
-rw-r--r--mail-mta/sendmail/ChangeLog7
-rw-r--r--mail-mta/sendmail/sendmail-8.13.6-r1.ebuild5
-rw-r--r--mail-mta/sendmail/sendmail-8.13.7-r1.ebuild5
-rw-r--r--mail-mta/sendmail/sendmail-8.13.7.ebuild5
-rw-r--r--mail-mta/sendmail/sendmail-8.13.8.ebuild5
-rw-r--r--mail-mta/sendmail/sendmail-8.14.0.ebuild5
-rw-r--r--mail-mta/sendmail/sendmail-8.14.1.ebuild5
7 files changed, 18 insertions, 19 deletions
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 <swegener@gentoo.org> 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 <dertobi123@gentoo.org>
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