[oe-commits] Chen Qi : portmap: fix INITSCRIPT_PARAMS

git at git.openembedded.org git at git.openembedded.org
Tue Sep 16 21:16:11 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 93845fe60d89c0592a5c1ed631fc737c724cbc5b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=93845fe60d89c0592a5c1ed631fc737c724cbc5b

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Sun Sep 14 14:48:51 2014 +0800

portmap: fix INITSCRIPT_PARAMS

Fix portmap init to make it run at runlevel 2,3,4,5.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-connectivity/portmap/portmap.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/portmap/portmap.inc b/meta/recipes-connectivity/portmap/portmap.inc
index 7588341..9b42859 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
 



More information about the Openembedded-commits mailing list