From cfa6fd40d5417094dc838d8866e27d7949ceb675 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 5 Sep 2007 21:34:00 +0000 Subject: [PATCH] Start portmap with uid and gid 0 by default (#2317) git-svn-id: svn://svn.openwrt.org/openwrt/packages@8635 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/portmap/files/portmap.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/portmap/files/portmap.init b/net/portmap/files/portmap.init index 3bbfb573f..f42eabb36 100644 --- a/net/portmap/files/portmap.init +++ b/net/portmap/files/portmap.init @@ -7,7 +7,7 @@ DEFAULT=/etc/default/$BIN start() { [ -f $DEFAULT ] && . $DEFAULT - $BIN $OPTIONS + $BIN -u 0 -g 0 $OPTIONS } stop() { -- 2.11.0