diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2009-03-24 14:32:41 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2009-04-03 17:14:05 -0300 |
commit | 7c1739c542aa0b3d35a62454d6c27c8fc6a669ee (patch) | |
tree | ab4f4e4d417a80fd414f5a76d8964a609c498ebf | |
parent | c0bada03550651d41d2d735fd7890a548dc5219d (diff) |
alsa-state: register the script for the shutdown, storing the settings
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes/alsa/alsa-state.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/alsa/alsa-state.bb b/recipes/alsa/alsa-state.bb index 09cf22b3c8..9bb22e2aa7 100644 --- a/recipes/alsa/alsa-state.bb +++ b/recipes/alsa/alsa-state.bb @@ -7,7 +7,7 @@ DESCRIPTION = "Alsa Scenario Files" LICENSE = "MIT" PV = "0.2.0" -PR = "r7" +PR = "r8" SRC_URI = "\ file://asound.conf \ @@ -22,7 +22,7 @@ SRC_URI_append_a780 = "file://gsmhandset.state \ inherit update-rc.d INITSCRIPT_NAME = "alsa-state" -INITSCRIPT_PARAMS = "start 39 S ." +INITSCRIPT_PARAMS = "start 39 S . stop 31 0 6 ." do_install() { install -d ${D}${sysconfdir}/init.d |