From d11ec7ff01aed928d48f498457df456a9a784ed3 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Sun, 14 Sep 2014 14:48:51 +0800 Subject: portmap: fix INITSCRIPT_PARAMS Fix portmap init to make it run at runlevel 2,3,4,5. (From OE-Core rev: 93845fe60d89c0592a5c1ed631fc737c724cbc5b) Signed-off-by: Chen Qi Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-connectivity/portmap/portmap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-connectivity/portmap') diff --git a/meta/recipes-connectivity/portmap/portmap.inc b/meta/recipes-connectivity/portmap/portmap.inc index 7588341c8e..9b42859212 100644 --- a/meta/recipes-connectivity/portmap/portmap.inc +++ b/meta/recipes-connectivity/portmap/portmap.inc @@ -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 -- cgit v1.2.3-54-g00ecf