aboutsummaryrefslogtreecommitdiffstats
path: root/usermanual/reference/class_update-rc.d.xml
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-08-18 02:38:39 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-08-18 02:38:39 +0000
commitb0d6327b6f9ed0995f597ff9450f24552e40d3b4 (patch)
treec7cff92576ead7cbdd02cad680909d016fe9b876 /usermanual/reference/class_update-rc.d.xml
parent5963286d2e2cea3345ce3b3ec4f1def31c871247 (diff)
downloadopenembedded-b0d6327b6f9ed0995f597ff9450f24552e40d3b4.tar.gz
usermanual: Minor grammer fixes. Update the autotools site example to match
a recent change to the code. Change the reference to to image_ipkg class in image_types into an actual xref.
Diffstat (limited to 'usermanual/reference/class_update-rc.d.xml')
-rw-r--r--usermanual/reference/class_update-rc.d.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/usermanual/reference/class_update-rc.d.xml b/usermanual/reference/class_update-rc.d.xml
index c29501fe59..2da9b0bf86 100644
--- a/usermanual/reference/class_update-rc.d.xml
+++ b/usermanual/reference/class_update-rc.d.xml
@@ -86,10 +86,9 @@ root@titan:/etc#</screen>The start and stop sequence numbers need to ensure
<section>
<title>Multiple update-rc.d packages</title>
- <para>Define multiple init scripts within the one recipe is also supported
- but note that each init script must be in it's own package. You cannot
- have multiple init scripts in a single package. The following example is
- from the quagga recipe:<screen># Main init script starts all deamons
+ <para>Defining multiple init scripts within the one recipe is also
+ supported. Note that each init script must be in it's own package. The
+ following example is from the quagga recipe:<screen># Main init script starts all deamons
# Seperate init script for watchquagga
INITSCRIPT_PACKAGES = "${PN} ${PN}-watchquagga"
INITSCRIPT_NAME_${PN} = "quagga"