summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-05 15:40:26 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:19:26 +0000
commit1411329d970c1d67322694a347135d299975627b (patch)
tree6217cfa90fb754444d8f745256694e00f48b18be /documentation
parent76a5d86e25dcfaaea11d8e95edda2da67b6dd2e1 (diff)
downloadast2050-yocto-poky-1411329d970c1d67322694a347135d299975627b.zip
ast2050-yocto-poky-1411329d970c1d67322694a347135d299975627b.tar.gz
ref-manual: Edits to update-rc.d class.
(From yocto-docs rev: 90dfbd18040986776a021e6a0fd56b9178a13048) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-classes.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 21f125b..0d64f84 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -2751,13 +2751,18 @@
</section>
<section id='ref-classes-update-rc.d'>
- <title>Initscripts - <filename>update-rc.d.bbclass</filename></title>
+ <title><filename>update-rc.d.bbclass</filename></title>
<para>
- This class uses <filename>update-rc.d</filename> to safely install an
+ The <filename>update-rc.d</filename> class uses
+ <filename>update-rc.d</filename> to safely install an
initialization script on behalf of the package.
- The OpenEmbedded build system takes care of details such as making sure the script is stopped before
- a package is removed and started when the package is installed.
+ The OpenEmbedded build system takes care of details such as making
+ sure the script is stopped before a package is removed and started when
+ the package is installed.
+ </para>
+
+ <para>
Three variables control this class:
<filename><link linkend='var-INITSCRIPT_PACKAGES'>INITSCRIPT_PACKAGES</link></filename>,
<filename><link linkend='var-INITSCRIPT_NAME'>INITSCRIPT_NAME</link></filename> and
OpenPOWER on IntegriCloud