From cc516d1f585f1ccae7d562e02a0cda36f92edc57 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 5 Sep 2007 21:34:00 +0000 Subject: [PATCH] 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 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.30.2