diff options
Diffstat (limited to 'mail/smtpfeed/pkg')
-rw-r--r-- | mail/smtpfeed/pkg/MESSAGE | 11 |
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. ************************************************************** |