freebsd-ports/mail/dkimproxy/files/extra-patch-scripts_dkimproxy__out.conf.example
Mathieu Arnold b3f6f195f5 Fix random build failure.
Because scripts/dkimproxy.out is patched, its timestamp may be after the
one of scripts/dkimproxy_out.8, forcing a rebuild of the man page.

- The Makefile are generated with autotools, and need gmake
- Fix some syntax error in dkimproxy.out's pod section.

While there, regenerate patches.

Reported by:	pkg-fallout
Sponsored by:	Absolight
2016-11-08 12:44:09 +00:00

13 lines
446 B
Text

--- scripts/dkimproxy_out.conf.example.orig 2016-11-08 12:35:41 UTC
+++ scripts/dkimproxy_out.conf.example
@@ -1,8 +1,8 @@
# specify what address/port DKIMproxy should listen on
-listen 127.0.0.1:10027
+listen host.name:10027
# specify what address/port DKIMproxy forwards mail to
-relay 127.0.0.1:10028
+relay host.name:10028
# specify what domains DKIMproxy can sign for (comma-separated, no spaces)
domain example.org