From f98acd1581f36abf9310ab28d135c8d48b49ca47 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 28 Mar 2013 10:23:23 -0700 Subject: [PATCH] ref-manual: Edits to INITSCRIPT_NAME variable. (From yocto-docs rev: 585d52ab431610109c3f879dfc8cabda8986e419) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 5dfcc49d85..0bd12e4e19 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1465,7 +1465,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INITSCRIPT_NAME - The filename of the initscript (as installed to ${etcdir}/init.d). + The filename of the initscript as installed to ${etcdir}/init.d. This variable is used in recipes when using update-rc.d.bbclass.