<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/af8322254a85a37629d422a378b30648f3b1c352">https://github.com/macports/macports-ports/commit/af8322254a85a37629d422a378b30648f3b1c352</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new af8322254a8 dns-server: fix typos in long_description, notes
</span>af8322254a8 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit af8322254a85a37629d422a378b30648f3b1c352
</span>Author: grundoon <grundoon@gmail.com>
AuthorDate: Thu May 13 18:32:31 2021 -0700
<span style='display:block; white-space:pre;color:#404040;'> dns-server: fix typos in long_description, notes
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Corrects `VPN server` reference to `DNS server`.
</span><span style='display:block; white-space:pre;color:#404040;'> Corrects `fil` to `file`.
</span>---
net/dns-server/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/dns-server/Portfile b/net/dns-server/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 741d56fd70d..620c060151b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/dns-server/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/dns-server/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,7 +23,7 @@ long_description DNS server working configuration for named \
</span> records, MX, SPF, DKIM, and DMARC records for \
email servers, and URI, TXT, and SRV records \
for Kerberos servers. This configuration is \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- based upon macOS Server.app's VPN server prior \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ based upon macOS Server.app's DNS server prior \
</span> to its deprecation in Server.app version 5.7. \
See `man named`.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -214,7 +214,7 @@ Post Installation:
</span> host ${named_host} ${host_lan_ip_address}
host ${host_lan_ip_address} ${host_lan_ip_address}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- A rndc.key fil is automatically created with the command:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ A rndc.key file is automatically created with the command:
</span>
rndc-confgen -A hmac-sha512 -a -c ${prefix}/var/named/rndc.key -u named
</pre><pre style='margin:0'>
</pre>