From: florian Date: Wed, 5 Sep 2007 21:34:00 +0000 (+0000) Subject: Start portmap with uid and gid 0 by default (#2317) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=cfa6fd40d5417094dc838d8866e27d7949ceb675;p=packages.git 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 --- 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() {