From 7563e1413d214f09e4acfd22ef2a1f3a92a1ee0d Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 5 Sep 2007 21:34:00 +0000 Subject: [PATCH 1/1] Start portmap with uid and gid 0 by default (#2317) SVN-Revision: 8635 --- 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 3bbfb573f8..f42eabb366 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.30.2