[45348] trunk/doc-new/guide/xml/portfile-startupitem.xml
markd at macports.org
markd at macports.org
Tue Jan 13 21:38:00 PST 2009
Revision: 45348
http://trac.macports.org/changeset/45348
Author: markd at macports.org
Date: 2009-01-13 21:37:59 -0800 (Tue, 13 Jan 2009)
Log Message:
-----------
Clarify some ambiguous wording.
Modified Paths:
--------------
trunk/doc-new/guide/xml/portfile-startupitem.xml
Modified: trunk/doc-new/guide/xml/portfile-startupitem.xml
===================================================================
--- trunk/doc-new/guide/xml/portfile-startupitem.xml 2009-01-14 05:34:08 UTC (rev 45347)
+++ trunk/doc-new/guide/xml/portfile-startupitem.xml 2009-01-14 05:37:59 UTC (rev 45348)
@@ -165,7 +165,9 @@
<para>Since <quote>script</quote> and <quote>executable</quote> are
mutually exclusive StartupItem types, the
<code>startupitem.executable</code> keyword may not be used in a
- Portfile that uses <quote>script</quote> StartupItem keywords.</para>
+ Portfile that uses any keywords listed in the <link
+ linkend="reference.startupitems.script">Script StartupItems
+ section</link>.</para>
</note>
<variablelist>
@@ -182,10 +184,10 @@
controlling tty before sending themselves to the background, thus
making themselves a child of the original process. A daemon to be
started with <code>startupitem.executable</code> must not be
- allowed to do this (daemondo will think the process has died and
- start another instance); this can usually be turned off with a
- switch so the daemon does not detach itself (runs as a foreground
- process).</para>
+ allowed to do this or daemondo will think the process has died and
+ start multiple instances. Often daemons have a command switch to
+ run in the foreground, and this method should be used for daemons
+ that detach.</para>
</note>
<itemizedlist>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090113/c113317c/attachment.html>
More information about the macports-changes
mailing list