summaryrefslogtreecommitdiff
path: root/mail/sendmail/files/patch-daemon.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2017-10-16 09:18:49 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2017-10-16 09:18:49 +0000
commit6921ca5f809baccedb8552bff8f45fe449b38c36 (patch)
tree9aaec77cfc8f39a2f68825d0c3bbd8272f850a7e /mail/sendmail/files/patch-daemon.c
parentSkip comments when parsing GID_FILES (diff)
- new option BLACKLISTD for FreeBSD-11
Submitted by: Kurt Lidl, Masachika ISHIZUKA Differential Revision: https://reviews.freebsd.org/D6595
Notes
Notes: svn path=/head/; revision=452183
Diffstat (limited to '')
-rw-r--r--mail/sendmail/files/patch-daemon.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/sendmail/files/patch-daemon.c b/mail/sendmail/files/patch-daemon.c
new file mode 100644
index 000000000000..9189bf8a2a89
--- /dev/null
+++ b/mail/sendmail/files/patch-daemon.c
@@ -0,0 +1,13 @@
+--- sendmail/daemon.c.orig 2016-06-12 18:25:14.196269000 -0400
++++ sendmail/daemon.c 2016-06-12 18:31:47.159880000 -0400
+@@ -754,6 +754,10 @@
+ anynet_ntoa(&RealHostAddr));
+ }
+
++#ifdef USE_BLACKLIST
++ blacklist_init();
++#endif
++
+ if (pipefd[0] != -1)
+ {
+ auto char c;