diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-09-14 14:48:51 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-16 22:14:04 +0100 |
commit | d11ec7ff01aed928d48f498457df456a9a784ed3 (patch) | |
tree | 829ffa44d736eb50450c6226bf56a6af873578cf /meta/recipes-connectivity | |
parent | 8e47b28901e91f9f7ed15d2998ee8eb95b19835e (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-connectivity/portmap/portmap.inc | 2 |
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 \ | |||
13 | S = "${WORKDIR}/portmap_5beta" | 13 | S = "${WORKDIR}/portmap_5beta" |
14 | 14 | ||
15 | INITSCRIPT_NAME = "portmap" | 15 | INITSCRIPT_NAME = "portmap" |
16 | INITSCRIPT_PARAMS = "start 43 S . start 32 0 6 . stop 81 1 ." | 16 | INITSCRIPT_PARAMS = "start 10 2 3 4 5 . stop 32 0 1 6 ." |
17 | 17 | ||
18 | inherit update-rc.d | 18 | inherit update-rc.d |
19 | 19 | ||