summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/portmap
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2014-09-14 14:48:51 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-16 22:14:04 +0100
commitd11ec7ff01aed928d48f498457df456a9a784ed3 (patch)
tree829ffa44d736eb50450c6226bf56a6af873578cf /meta/recipes-connectivity/portmap
parent8e47b28901e91f9f7ed15d2998ee8eb95b19835e (diff)
downloadpoky-d11ec7ff01aed928d48f498457df456a9a784ed3.tar.gz
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 <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/portmap')
-rw-r--r--meta/recipes-connectivity/portmap/portmap.inc2
1 files changed, 1 insertions, 1 deletions
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 \
13S = "${WORKDIR}/portmap_5beta" 13S = "${WORKDIR}/portmap_5beta"
14 14
15INITSCRIPT_NAME = "portmap" 15INITSCRIPT_NAME = "portmap"
16INITSCRIPT_PARAMS = "start 43 S . start 32 0 6 . stop 81 1 ." 16INITSCRIPT_PARAMS = "start 10 2 3 4 5 . stop 32 0 1 6 ."
17 17
18inherit update-rc.d 18inherit update-rc.d
19 19