diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-05 15:40:26 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:26 +0000 |
commit | 1411329d970c1d67322694a347135d299975627b (patch) | |
tree | 6217cfa90fb754444d8f745256694e00f48b18be /documentation/ref-manual/ref-classes.xml | |
parent | 76a5d86e25dcfaaea11d8e95edda2da67b6dd2e1 (diff) | |
download | 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/ref-manual/ref-classes.xml')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 13 |
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 |