diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-28 10:31:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:13:39 +0100 |
commit | 983a848b421757744f6a8a86865506a31de27135 (patch) | |
tree | 1ca5d0db151c3779c6c67bae0ec5a7159d106f1a /documentation/ref-manual | |
parent | f98acd1581f36abf9310ab28d135c8d48b49ca47 (diff) | |
download | poky-983a848b421757744f6a8a86865506a31de27135.tar.gz |
ref-manual: Edits to INITSCRIPT_PARAMS variable.
(From yocto-docs rev: f5029fdd6bda690c8e7b1679074d984675ef17ad)
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')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 0bd12e4e19..bd7d3011a7 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -1478,8 +1478,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
1478 | <glossdef> | 1478 | <glossdef> |
1479 | <para> | 1479 | <para> |
1480 | Specifies the options to pass to <filename>update-rc.d</filename>. | 1480 | Specifies the options to pass to <filename>update-rc.d</filename>. |
1481 | An example is <filename>start 99 5 2 . stop 20 0 1 6 .</filename>, which gives the script a | 1481 | Here is an example: |
1482 | runlevel of 99, starts the script in initlevels 2 and 5, and | 1482 | <literallayout class='monospaced'> |
1483 | INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ." | ||
1484 | </literallayout> | ||
1485 | In this example, the script has a runlevel of 99, | ||
1486 | starts the script in initlevels 2 and 5, and | ||
1483 | stops the script in levels 0, 1 and 6. | 1487 | stops the script in levels 0, 1 and 6. |
1484 | </para> | 1488 | </para> |
1485 | <para> | 1489 | <para> |