xserver-nodm-init: reorder xserver-nodm to start position 90 for shr distribution
authorSimon Busch <morphis@gravedo.de>
Fri, 28 Jan 2011 19:12:09 +0000 (20:12 +0100)
committerSimon Busch <morphis@gravedo.de>
Fri, 28 Jan 2011 22:45:34 +0000 (23:45 +0100)
Signed-off-by: Simon Busch <morphis@gravedo.de>
Acked-by: Klaus Kurzmann <mok@fluxnetz.de>
recipes/xserver-nodm-init/xserver-nodm-init_2.0.bb

index 64599fe..5d6ca39 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "x11"
 PRIORITY = "optional"
 RDEPENDS_${PN} = "xserver-common (>= 1.30) xinit"
 DEFAULT_PREFERENCE = "-1"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "file://xserver-nodm"
 S = ${WORKDIR}
@@ -15,9 +15,10 @@ do_install() {
     install -d ${D}/etc
     install -d ${D}/etc/init.d
     install xserver-nodm ${D}/etc/init.d
-}    
+}
 
 inherit update-rc.d
 
 INITSCRIPT_NAME = "xserver-nodm"
 INITSCRIPT_PARAMS = "start 01 5 2 . stop 01 0 1 6 ."
+INITSCRIPT_PARAMS_shr = "start 90 5 2 . stop 90 0 1 6 ."