freebsd-ports/mail/ssmtp/files/patch-ssmtp.8
Mateusz Piotrowski e4e4c74805 Clean up patches
- Clean up REINPLACE_CMDs, use patches if possible
- Set OPENSSL_LIBS instead of OPENSSL_LDFLAGS in order to remove one
  patch for the configure script
- Patch ssmtp.8 to refer to the proper path for sendmail
- Remove a patch adding strndup for FreeBSD 7.
2020-10-22 11:10:17 +00:00

23 lines
648 B
Groff

--- ssmtp.8.orig 2008-02-29 02:50:15 UTC
+++ ssmtp.8
@@ -5,7 +5,7 @@ ssmtp, sendmail \- send a message using smtp
.B ssmtp
.RI "[ " flags " ] [ " address " " ... " ]"
.br
-.B /usr/lib/sendmail
+.B /usr/libexec/sendmail/sendmail
.RI "[ " flags " ] [ " address " " ... " ]"
.br
.SH DESCRIPTION
@@ -268,9 +268,9 @@ Messages root sends will be identified as from jdoe@is
through mail.isp.com.
.SH FILES
- /etc/ssmtp/ssmtp.conf - configuration file
+ %%ETCDIR%%/ssmtp.conf - configuration file
.br
- /etc/ssmtp/revaliases - reverse aliases file
+ %%ETCDIR%%/revaliases - reverse aliases file
.SH SEE ALSO
RFC821, RFC822, ssmtp.conf(5).