From 2ac1c7294384df28a16c6598d795cdc36fda5cd4 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2013 15:40:26 -0600 Subject: ref-manual: Edits to update-rc.d class. (From yocto-docs rev: 34d011d3e658a86a28339cfe47f1c93e15eb8b26) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'documentation/ref-manual/ref-classes.xml') 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 @@
- Initscripts - <filename>update-rc.d.bbclass</filename> + <filename>update-rc.d.bbclass</filename> - This class uses update-rc.d to safely install an + The update-rc.d class uses + update-rc.d 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. + + + Three variables control this class: INITSCRIPT_PACKAGES, INITSCRIPT_NAME and -- cgit v1.2.3-54-g00ecf