summaryrefslogtreecommitdiff
path: root/mail/smtpfeed/pkg
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>1999-12-27 09:34:13 +0000
committeritojun <itojun@pkgsrc.org>1999-12-27 09:34:13 +0000
commit808d3c693f75507116d83c8b0818d0e515f5d15a (patch)
treea4ca14b5a9e1c13875bf57996b9bb4c3f06b87e3 /mail/smtpfeed/pkg
parent60f17367c34923ef6752b08b32d6dbeaab2314a4 (diff)
downloadpkgsrc-808d3c693f75507116d83c8b0818d0e515f5d15a.tar.gz
be more friendly with mailwrapper(8) when installing sendmail.
XXX maybe we should install sendmail into /usr/pkg/somewhere, and let the user edit /etc/mailer.conf? I'm not really sure what is the best route.
Diffstat (limited to 'mail/smtpfeed/pkg')
-rw-r--r--mail/smtpfeed/pkg/MESSAGE11
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/smtpfeed/pkg/MESSAGE b/mail/smtpfeed/pkg/MESSAGE
index c728f8e81b3..0862c5f41cb 100644
--- a/mail/smtpfeed/pkg/MESSAGE
+++ b/mail/smtpfeed/pkg/MESSAGE
@@ -1,5 +1,5 @@
**************************************************************
-smtpfeed is installed into /usr/local/libexec/smtpfeed.
+smtpfeed is installed into /usr/pkg/libexec/smtpfeed.
You'll need to perform 3 steps, (a) to (c), to make smtpfeed
work:
(a) replace /etc/sendmail.cf
@@ -8,11 +8,12 @@ work:
(a) depends on what kind of configuration tool you are using
with sendmail.cf. Read through documentation in
-/usr/local/share/doc/smtpfeed for details.
+/usr/pkg/share/doc/smtpfeed for details.
(b) can be done by performing "make install-sendmail" in the
port directory.
-WARNING: Existing sendmail will be overwritten right away!
-Backup by yourself for safety.
+WARNING: Existing sendmail (/usr/libexec/sendmail/sendmail) will be
+overwritten right away! Backup by yourself for safety.
+"make backup-sendmail" would copy old one to sendmail.dist.
(c) is the easiest of the three items; see file named INSTALL
-in /usr/local/share/doc/smtpfeed.
+in /usr/pkg/share/doc/smtpfeed.
**************************************************************