<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-guide.

</pre>
<p><a href="https://github.com/macports/macports-guide/commit/53aceabb4746dfe2d64f508ba7d559d08173840c">https://github.com/macports/macports-guide/commit/53aceabb4746dfe2d64f508ba7d559d08173840c</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 53aceabb4746dfe2d64f508ba7d559d08173840c
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Mar 12 11:35:51 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    Remove unnecessary mention of OS name
</span>---
 guide/xml/portfile-startupitem.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/xml/portfile-startupitem.xml b/guide/xml/portfile-startupitem.xml
</span><span style='display:block; white-space:pre;color:#808080;'>index c4efb9a..d51a4c9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/xml/portfile-startupitem.xml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/xml/portfile-startupitem.xml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,12 +7,12 @@
</span>   <para>A StartupItem is a MacPorts facility to run <quote>daemons,</quote> a Unix term for
   programs that run continuously in the background, rather than under the
   direct control of a user; for example, mail servers, network listeners, etc.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-  Ports that use StartupItem keywords create OS X scripts for <link
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  Ports that use StartupItem keywords create scripts for <link
</span>   xlink:href="https://developer.apple.com/macosx/launchd.html">launchd</link>, which
   is the Apple facility introduced with Mac OS X 10.4 to replace xinetd for
   starting and managing daemons. To support <command>launchd</command>, a
   program named <command>daemondo</command> is provided by MacPorts base that
<span style='display:block; white-space:pre;background:#ffe0e0;'>-  serves as an adapter between OS X's <command>launchd</command> and
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  serves as an adapter between <command>launchd</command> and
</span>   daemons (<quote>executable</quote> StartupItems) or traditional Unix startup
   scripts that start daemons (<quote>script</quote> StartupItems).</para>
 
</pre><pre style='margin:0'>

</pre>