From bf6209c6226cf96bd68ae410b2aef9348a71377a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 4 Nov 2013 08:36:33 -0800 Subject: [PATCH] ref-manual: Edits to INITSCRIPT_NAME variable. The etcdir string was replaced by sysconfdir. Reported-by: Robert P. J. Day (From yocto-docs rev: 23b5db0135d3df31dc895e8c0c756aec05fcb8db) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 2e4ef56e7c..12839ba138 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -2410,7 +2410,8 @@ 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 initialization script as installed to + ${sysconfdir}/init.d. This variable is used in recipes when using update-rc.d.bbclass.