summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2003-01-20 01:59:24 +0000
committerNick Hadaway <raker@gentoo.org>2003-01-20 01:59:24 +0000
commita354b6cbafe74c064c854e87e6cce9cb9da5ba19 (patch)
tree16ad3d913803a96bc4eb561acf3b2de8c03f8c04 /net-mail
parentrm *.xf from mqueue on start (diff)
downloadhistorical-a354b6cbafe74c064c854e87e6cce9cb9da5ba19.tar.gz
historical-a354b6cbafe74c064c854e87e6cce9cb9da5ba19.tar.bz2
historical-a354b6cbafe74c064c854e87e6cce9cb9da5ba19.zip
marked stable.
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/sendmail/ChangeLog6
-rw-r--r--net-mail/sendmail/sendmail-8.12.7.ebuild16
2 files changed, 7 insertions, 15 deletions
diff --git a/net-mail/sendmail/ChangeLog b/net-mail/sendmail/ChangeLog
index 4aedb4913d32..c39f0971a296 100644
--- a/net-mail/sendmail/ChangeLog
+++ b/net-mail/sendmail/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for net-mail/sendmail
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-mail/sendmail/ChangeLog,v 1.17 2003/01/20 01:49:24 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/sendmail/ChangeLog,v 1.18 2003/01/20 01:59:23 raker Exp $
*sendmail-8.12.7 (02 Jan 2003)
+ 19 Jan 2003; Nick Hadaway <raker@gentoo.org> sendmail-8.12.7.ebuild :
+ Marked stable for x86. Many important fixes in the source and in
+ the ebuild.
+
19 Jan 2003; Nick Hadaway <raker@gentoo.org> sendmail-8.12.7.ebuild,
files/sendmail :
Added the clientmqueue daemon as suggested by Andrea Barisani on
diff --git a/net-mail/sendmail/sendmail-8.12.7.ebuild b/net-mail/sendmail/sendmail-8.12.7.ebuild
index f004966aa89c..c8907246fdc3 100644
--- a/net-mail/sendmail/sendmail-8.12.7.ebuild
+++ b/net-mail/sendmail/sendmail-8.12.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 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.7.ebuild,v 1.2 2003/01/20 00:23:16 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/sendmail/sendmail-8.12.7.ebuild,v 1.3 2003/01/20 01:59:24 raker Exp $
IUSE="ssl ldap sasl berkdb tcpd gdbm"
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.sendmail.org"
LICENSE="Sendmail"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc "
+KEYWORDS="x86 ~ppc ~sparc "
PROVIDE="virtual/mta"
DEPEND="net-dns/hesiod
@@ -43,18 +43,6 @@ SRC_URI="ftp://ftp.sendmail.org/pub/${PN}/${PN}.${PV}.tar.gz"
S=${WORKDIR}/${P}
-pkg_preinst() {
- if ! grep -q ^smmsp: /etc/group
- then
- groupadd smmsp || die "problem adding group smmsp"
- fi
- if ! grep -q ^smmsp: /etc/passwd
- then
- useradd -d /var/spool/mqueue -g smmsp -s /dev/null smmsp \
- || die "problem adding user smmsp"
- fi
-}
-
src_unpack() {
unpack ${A}
cd ${S}