<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ff2422484313d75cfc32dd3e3c16ac95707de78f">https://github.com/macports/macports-ports/commit/ff2422484313d75cfc32dd3e3c16ac95707de78f</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 ff24224 inetutils: fix hardcoded path to grlogin in grsh
</span>ff24224 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit ff2422484313d75cfc32dd3e3c16ac95707de78f
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sun Oct 7 18:59:19 2018 -0500
<span style='display:block; white-space:pre;color:#404040;'> inetutils: fix hardcoded path to grlogin in grsh
</span>---
net/inetutils/Portfile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/inetutils/Portfile b/net/inetutils/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5676dda..8107604 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/inetutils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/inetutils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem 1.0
</span>
name inetutils
version 1.9.4
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 8
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 9
</span> categories net
license GPL-3+
maintainers {mps @Schamschula} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,6 +47,9 @@ variant client description {Enable all clients (with g prefix)} {
</span> file attributes ${destroot}${prefix}/bin/grcp -permissions +s
file attributes ${destroot}${prefix}/bin/grlogin -permissions +s
file attributes ${destroot}${prefix}/bin/grsh -permissions +s
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # grsh has a hard reference to ${prefix}/bin/rlogin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ reinplace -locale C "s|rlogin|grlogin|g" ${destroot}${prefix}/bin/grsh
</span> }
notes "All clients are now installed with the \"g\" prefix."
</pre><pre style='margin:0'>
</pre>