[33037] trunk/doc-new/guide/xml/portfile-startupitem.xml
markd at macports.org
markd at macports.org
Wed Jan 16 19:22:11 PST 2008
Revision: 33037
http://trac.macosforge.org/projects/macports/changeset/33037
Author: markd at macports.org
Date: 2008-01-16 19:22:10 -0800 (Wed, 16 Jan 2008)
Log Message:
-----------
Minor grammatical changes.
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 2008-01-17 03:10:40 UTC (rev 33036)
+++ trunk/doc-new/guide/xml/portfile-startupitem.xml 2008-01-17 03:22:10 UTC (rev 33037)
@@ -204,18 +204,19 @@
<term>startupitem.executable</term>
<listitem>
- <para>Specifies the name of the daemon to be run in the background.
- It may have multiple arguments, but they must be appropriate for a
- call to exec; arbitrary shell code may not be used. </para>
+ <para>Specifies the name of the daemon to be run. It may have
+ multiple arguments, but they must be appropriate for a call to exec;
+ arbitrary shell code may not be used.</para>
<note>
- <para>Some daemons "daemonize" themselves by sending themselves to
- the background and detaching it from the controlling tty, thus
+ <para>Some daemons "daemonize" by detaching themselves from the
+ 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
- alowed to do this (daemondo will think the process died died and
+ 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 runs as a foreground process.</para>
+ switch so the daemon does not detach itself (runs as a foreground
+ process).</para>
</note>
<itemizedlist>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080116/24a5ffa7/attachment.html
More information about the macports-changes
mailing list