[yocto] [PATCH 3/3] [meta-ivi] portmap: By default do not bind to 127.0.0.1

Shakeel, Muhammad muhammad_shakeel at mentor.com
Tue Jun 11 08:32:04 PDT 2013


From: Muhammad Shakeel <muhammad_shakeel at mentor.com>

-l prevents portmap from binding to other external networking
interfaces i.e. ethernet

Signed-off-by: Muhammad Shakeel <muhammad_shakeel at mentor.com>
---
 .../portmap/portmap/portmap.service                |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-connectivity/portmap/portmap/portmap.service b/recipes-connectivity/portmap/portmap/portmap.service
index a76754f..e14058d 100644
--- a/recipes-connectivity/portmap/portmap/portmap.service
+++ b/recipes-connectivity/portmap/portmap/portmap.service
@@ -4,7 +4,7 @@ After=connman.service
 
 [Service]
 Type=forking
-ExecStart=/sbin/portmap -l
+ExecStart=/sbin/portmap
 PIDFile=/var/run/portmap.pid
 
 [Install]
-- 
1.7.9.5




More information about the yocto mailing list