ports/mail/ssmtp/files/patch-ssmtp.conf.5
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

20 lines
474 B
Groff

--- ssmtp.conf.5.orig 2020-10-22 09:43:05 UTC
+++ ssmtp.conf.5
@@ -13,7 +13,7 @@
.Sh DESCRIPTION
.Nm ssmtp
reads configuration data from
-.Pa /etc/ssmtp/ssmtp.conf
+.Pa %%ETCDIR%%/ssmtp.conf
The file contains keyword-argument pairs, one per line.
Lines starting with
.Ql #
@@ -69,7 +69,7 @@ May also be set to
.Dq cram-md5 .
.Sh FILES
.Bl -tag -width Ds
-.It Pa /etc/ssmtp/ssmtp.conf
+.It Pa %%ETCDIR%%/ssmtp.conf
Contains configuration data for
.Nm ssmtp .
.El