diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-10-22 11:10:17 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-10-22 11:10:17 +0000 |
commit | e4e4c748055c3e9ca2a3eb1b917e6feba67ec433 (patch) | |
tree | e1b610b1cf03b6ea2f790440bd7cccaabd6ae143 /mail/ssmtp/files/patch-ssmtp.8 | |
parent | sysutils/vector: Update to 0.10.0 (diff) |
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.
Diffstat (limited to 'mail/ssmtp/files/patch-ssmtp.8')
-rw-r--r-- | mail/ssmtp/files/patch-ssmtp.8 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/ssmtp/files/patch-ssmtp.8 b/mail/ssmtp/files/patch-ssmtp.8 new file mode 100644 index 000000000000..4a18ae192241 --- /dev/null +++ b/mail/ssmtp/files/patch-ssmtp.8 @@ -0,0 +1,23 @@ +--- 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). |