summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2002-06-25 08:43:04 +0000
committerThilo Bangert <bangert@gentoo.org>2002-06-25 08:43:04 +0000
commit0ba274caa7d4f7acb40798cf21d4d017ca85db44 (patch)
treebff9d7f7f6ff80117e01f8191ef91f5574a00adc /net-mail
parentnew release. (diff)
downloadhistorical-0ba274caa7d4f7acb40798cf21d4d017ca85db44.tar.gz
historical-0ba274caa7d4f7acb40798cf21d4d017ca85db44.tar.bz2
historical-0ba274caa7d4f7acb40798cf21d4d017ca85db44.zip
aargh - dosym works not like ln
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/sendmail/sendmail-8.12.4-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/sendmail/sendmail-8.12.4-r1.ebuild b/net-mail/sendmail/sendmail-8.12.4-r1.ebuild
index 89bc301a6b5a..91cbf4c9ef80 100644
--- a/net-mail/sendmail/sendmail-8.12.4-r1.ebuild
+++ b/net-mail/sendmail/sendmail-8.12.4-r1.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.4-r1.ebuild,v 1.3 2002/06/24 21:03:57 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/sendmail/sendmail-8.12.4-r1.ebuild,v 1.4 2002/06/25 08:43:04 bangert Exp $
DESCRIPTION="Widely-used Mail Transport Agent (MTA)."
HOMEPAGE="http://www.sendmail.org"
@@ -124,7 +124,7 @@ src_install () {
force-install -C ${OBJDIR}/${dir} \
|| die "install failed"
done
- dosym /usr/lib/sendmail /usr/sbin/sendmail
+ dosym /usr/sbin/sendmail /usr/lib/sendmail
dosym /usr/sbin/makemap /usr/bin/makemap
dodoc FAQ LICENSE KNOWNBUGS README RELEASE_NOTES doc/op/op.ps
newdoc sendmail/README README.sendmail