summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
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:18:21 +0000
commit2ac1c7294384df28a16c6598d795cdc36fda5cd4 (patch)
treedf76490b6da1ac3007cd934153f525a0a0a721f1 /documentation/ref-manual/ref-classes.xml
parentba1af319dec8b55c83539db1d0bd839d608b6c53 (diff)
downloadpoky-2ac1c7294384df28a16c6598d795cdc36fda5cd4.tar.gz
ref-manual: Edits to update-rc.d class.
(From yocto-docs rev: 34d011d3e658a86a28339cfe47f1c93e15eb8b26) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-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 21f125b6ad..0d64f84cfb 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -2751,13 +2751,18 @@
2751</section> 2751</section>
2752 2752
2753<section id='ref-classes-update-rc.d'> 2753<section id='ref-classes-update-rc.d'>
2754 <title>Initscripts - <filename>update-rc.d.bbclass</filename></title> 2754 <title><filename>update-rc.d.bbclass</filename></title>
2755 2755
2756 <para> 2756 <para>
2757 This class uses <filename>update-rc.d</filename> to safely install an 2757 The <filename>update-rc.d</filename> class uses
2758 <filename>update-rc.d</filename> to safely install an
2758 initialization script on behalf of the package. 2759 initialization script on behalf of the package.
2759 The OpenEmbedded build system takes care of details such as making sure the script is stopped before 2760 The OpenEmbedded build system takes care of details such as making
2760 a package is removed and started when the package is installed. 2761 sure the script is stopped before a package is removed and started when
2762 the package is installed.
2763 </para>
2764
2765 <para>
2761 Three variables control this class: 2766 Three variables control this class:
2762 <filename><link linkend='var-INITSCRIPT_PACKAGES'>INITSCRIPT_PACKAGES</link></filename>, 2767 <filename><link linkend='var-INITSCRIPT_PACKAGES'>INITSCRIPT_PACKAGES</link></filename>,
2763 <filename><link linkend='var-INITSCRIPT_NAME'>INITSCRIPT_NAME</link></filename> and 2768 <filename><link linkend='var-INITSCRIPT_NAME'>INITSCRIPT_NAME</link></filename> and