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
This commit is contained in:
florian 2007-09-05 21:34:00 +00:00
parent 9b521ada0d
commit cfa6fd40d5

View File

@ -7,7 +7,7 @@ DEFAULT=/etc/default/$BIN
start() {
[ -f $DEFAULT ] && . $DEFAULT
$BIN $OPTIONS
$BIN -u 0 -g 0 $OPTIONS
}
stop() {