<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-guide.

</pre>
<p><a href="https://github.com/macports/macports-guide/commit/dcfac32d7c266dda5c012b60532446a342d2a67e">https://github.com/macports/macports-guide/commit/dcfac32d7c266dda5c012b60532446a342d2a67e</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 dcfac32  Update installing.xml: add missing`.zprofile`
</span>dcfac32 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit dcfac32d7c266dda5c012b60532446a342d2a67e
</span>Author: Cornelius Roemer <cornelius.roemer@gmail.com>
AuthorDate: Wed Dec 27 00:26:44 2023 +0100

<span style='display:block; white-space:pre;color:#404040;'>    Update installing.xml: add missing`.zprofile`
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The install guide lists a number of shell config files that may end up getting modified by the postflight script.
</span><span style='display:block; white-space:pre;color:#404040;'>    But the one file that actually got modified on a recent install on macOS 14 on an M1 mac is actually missing: `.zprofile`
</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 556d9ba..8345578 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;'>@@ -494,8 +494,8 @@
</span>             environment manually using the rules as a guide.</para>
 
         <para>Depending on your shell and which configuration files already exist, the installer may use
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            <filename>.profile</filename>, <filename>.bash_login</filename>, <filename>.bash_profile</filename>,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            <filename>.tcshrc</filename>, or <filename>.cshrc</filename>.</para>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            <filename>.zprofile</filename>, <filename>.profile</filename>, <filename>.bash_login</filename>, 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            <filename>.bash_profile</filename>, <filename>.tcshrc</filename>, or <filename>.cshrc</filename>.</para>
</span> 
         <section xml:id="installing.shell.postflight">
             <title>The Postflight Script</title>
</pre><pre style='margin:0'>

</pre>