summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2004-03-17 23:38:38 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2004-03-17 23:38:38 +0000
commitc64ae5b98bba1acfada68a6bdb594680a067b555 (patch)
tree48c8f627f633c56bd2091eb33d763827f802f6c5 /net-mail/ssmtp
parentInstall xrender.pc. (Manifest recommit) (diff)
downloadgentoo-2-c64ae5b98bba1acfada68a6bdb594680a067b555.tar.gz
gentoo-2-c64ae5b98bba1acfada68a6bdb594680a067b555.tar.bz2
gentoo-2-c64ae5b98bba1acfada68a6bdb594680a067b555.zip
Another fixo.
Diffstat (limited to 'net-mail/ssmtp')
-rw-r--r--net-mail/ssmtp/ChangeLog5
-rw-r--r--net-mail/ssmtp/ssmtp-2.60.4-r1.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/net-mail/ssmtp/ChangeLog b/net-mail/ssmtp/ChangeLog
index 2653c98e3994..2e2ff38904ea 100644
--- a/net-mail/ssmtp/ChangeLog
+++ b/net-mail/ssmtp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/ssmtp
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/ssmtp/ChangeLog,v 1.22 2004/03/17 23:14:00 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ssmtp/ChangeLog,v 1.23 2004/03/17 23:38:27 g2boojum Exp $
+
+ 17 Mar 2004; Grant Goodyear <g2boojum@hotmail.com> ssmtp-2.60.4-r1.ebuild:
+ Put /usr/lib/sendmail symlink back in.
17 Mar 2004; Grant Goodyear <g2boojum@hotmail.com> ssmtp-2.60.4-r1.ebuild:
Fixed missing 'inherit eutils'; thanks iggy!
diff --git a/net-mail/ssmtp/ssmtp-2.60.4-r1.ebuild b/net-mail/ssmtp/ssmtp-2.60.4-r1.ebuild
index 1b7c22427da7..392bec5c7a97 100644
--- a/net-mail/ssmtp/ssmtp-2.60.4-r1.ebuild
+++ b/net-mail/ssmtp/ssmtp-2.60.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/ssmtp/ssmtp-2.60.4-r1.ebuild,v 1.2 2004/03/17 23:14:00 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ssmtp/ssmtp-2.60.4-r1.ebuild,v 1.3 2004/03/17 23:38:38 g2boojum Exp $
DESCRIPTION="Extremely simple MTA to get mail off the system to a Mailhub"
SRC_URI="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/${P/-/_}.tar.gz"
@@ -54,8 +54,7 @@ src_install() {
#dosym /usr/sbin/ssmtp /usr/bin/mail
#The sendmail symlink is now handled by mailwrapper
#dosym /usr/sbin/ssmtp /usr/sbin/sendmail
- #Removing the /usr/lib/sendmail symlink for multiple-mta support.
- #dosym /usr/sbin/ssmtp /usr/lib/sendmail
+ dosym /usr/sbin/sendmail /usr/lib/sendmail
doman ssmtp.8
#removing the sendmail.8 symlink to support multiple installed mtas.
#dosym /usr/share/man/man8/ssmtp.8 /usr/share/man/man8/sendmail.8