[oe-commits] Ross Burton : oprofileui-server: use two digit initscript sequene

git at git.openembedded.org git at git.openembedded.org
Sun Sep 22 11:08:43 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: dac7dd70eb7a55ada5fdfc224aba5bac7c49f63f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=dac7dd70eb7a55ada5fdfc224aba5bac7c49f63f

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Sep 19 14:13:20 2013 +0000

oprofileui-server: use two digit initscript sequene

initscript sequence numbers are 00-99, so using 999 resulted in systemd warning
that it couldn't find "9oprofileui-server".

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../oprofile/oprofileui-server_git.bb              |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb
index 70a1fbf..dbb5599 100644
--- a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb
+++ b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb
@@ -26,7 +26,7 @@ do_install_append() {
 inherit update-rc.d systemd
 
 INITSCRIPT_NAME = "oprofileui-server"
-INITSCRIPT_PARAMS = "start 999 5 2 . stop 20 0 1 6 ."
+INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."
 
 SYSTEMD_SERVICE_${PN} = "oprofileui-server.service"
 SYSTEMD_AUTO_ENABLE = "disable"



More information about the Openembedded-commits mailing list