]> code.ossystems Code Review - openembedded-core.git/commitdiff
portmap: fix INITSCRIPT_PARAMS
authorChen Qi <Qi.Chen@windriver.com>
Sun, 14 Sep 2014 06:48:51 +0000 (14:48 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Sep 2014 21:12:30 +0000 (22:12 +0100)
Fix portmap init to make it run at runlevel 2,3,4,5.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/portmap/portmap.inc

index 7588341c8e18203790d9d65ba551d80c059913ad..9b4285921223a3b53e228f9cc8a1625c0dc10e3b 100644 (file)
@@ -13,7 +13,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/p/portmap/portmap_5.orig.tar.gz \
 S = "${WORKDIR}/portmap_5beta"
 
 INITSCRIPT_NAME = "portmap"
-INITSCRIPT_PARAMS = "start 43 S . start 32 0 6 . stop 81 1 ."
+INITSCRIPT_PARAMS = "start 10 2 3 4 5 . stop 32 0 1 6 ."
 
 inherit update-rc.d