<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-guide.

</pre>
<p><a href="https://github.com/macports/macports-guide/commit/5aa58c602c4a0a38965c497f17b7b474a347ad94">https://github.com/macports/macports-guide/commit/5aa58c602c4a0a38965c497f17b7b474a347ad94</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 5aa58c6  uninstall: Use 'sudo dscl' instead of 'dscl -p'
</span>5aa58c6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5aa58c602c4a0a38965c497f17b7b474a347ad94
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Sat Feb 29 01:09:56 2020 +0100

<span style='display:block; white-space:pre;color:#404040;'>    uninstall: Use 'sudo dscl' instead of 'dscl -p'
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The dscl command with -p did not work as shown and always failed at
</span><span style='display:block; white-space:pre;color:#404040;'>    least on macOS 10.12 and 10.13. Run the dscl command as root with sudo
</span><span style='display:block; white-space:pre;color:#404040;'>    instead of letting dscl itself prompt for the password.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>      $ dscl -p . -read /Users
</span><span style='display:block; white-space:pre;color:#404040;'>      Password:
</span><span style='display:block; white-space:pre;color:#404040;'>      Data source (.) is not valid.
</span><span style='display:block; white-space:pre;color:#404040;'>      $ sudo dscl . -read /Users
</span><span style='display:block; white-space:pre;color:#404040;'>      name: dsRecTypeStandard:Users
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://lists.macports.org/pipermail/macports-users/2020-February/048070.html
</span>---
 guide/xml/installing.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/xml/installing.xml b/guide/xml/installing.xml
</span><span style='display:block; white-space:pre;color:#808080;'>index f3fc9c7..a5f043b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/xml/installing.xml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/xml/installing.xml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -393,8 +393,8 @@
</span>                 privilege separation. If you want to remove them, you can use these commands from an account that has
                 admin privileges:</para>
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            <programlisting><prompt>$</prompt> <userinput>dscl -p . -delete /Users/macports</userinput>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-<!--        --><prompt>$</prompt> <userinput>dscl -p . -delete /Groups/macports</userinput></programlisting>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            <programlisting><prompt>$</prompt> <userinput>sudo dscl . -delete /Users/macports</userinput>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+<!--        --><prompt>$</prompt> <userinput>sudo dscl . -delete /Groups/macports</userinput></programlisting>
</span> 
             <para>If you configured MacPorts to use a different user or group name, then specify that instead of
                 <filename>macports</filename>.</para>
</pre><pre style='margin:0'>

</pre>