<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/83c8c64f81bfd6b277a651f323f17a5a9cd4100c">https://github.com/macports/macports-ports/commit/83c8c64f81bfd6b277a651f323f17a5a9cd4100c</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 83c8c64 logwatch: Don't create rogue directories
</span>83c8c64 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 83c8c64f81bfd6b277a651f323f17a5a9cd4100c
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Dec 7 09:02:32 2018 -0600
<span style='display:block; white-space:pre;color:#404040;'> logwatch: Don't create rogue directories
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Don't create directories called "file" and "mkdir" in
</span><span style='display:block; white-space:pre;color:#404040;'> /opt/local/var/macports.
</span>---
security/logwatch/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/logwatch/Portfile b/security/logwatch/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 165ac67..a88e3c2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/logwatch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/logwatch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -59,7 +59,7 @@ destroot.keepdirs ${destroot}${prefix}/var/cache/${name} \
</span> ${destroot}${prefix}/etc/${name}/conf/services
destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- file mkdir ${destroot}${prefix}/var/cache/${name} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ file mkdir ${destroot}${prefix}/var/cache/${name}
</span> file mkdir ${destroot}${prefix}/etc/${name}
file mkdir ${destroot}${prefix}/etc/${name}/scripts
file mkdir ${destroot}${prefix}/etc/${name}/conf/logfiles
</pre><pre style='margin:0'>
</pre>