From: Chen Qi Date: Wed, 10 Sep 2014 06:10:12 +0000 (-0400) Subject: portmap: fix INITSCRIPT_PARAMS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d39086462e686eb99b330bca883d1c187f38a02b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git portmap: fix INITSCRIPT_PARAMS Fix portmap init to make it run at runlevel 2,3,4,5. Signed-off-by: Chen Qi --- diff --git a/meta/recipes-connectivity/portmap/portmap.inc b/meta/recipes-connectivity/portmap/portmap.inc index 7588341c8e1..9b428592122 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