From: Ben Gras Date: Wed, 27 Sep 2006 15:40:10 +0000 (+0000) Subject: Don't install progressbar suid. X-Git-Tag: v3.1.3~180 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=1d4be8052f3ca2b606b1cb065902cc0ae42b1ba1;p=minix.git Don't install progressbar suid. --- diff --git a/commands/simple/Makefile b/commands/simple/Makefile index ed7b646fd..3b53b37f3 100755 --- a/commands/simple/Makefile +++ b/commands/simple/Makefile @@ -1468,7 +1468,7 @@ install: \ install -cs -o root -m 4755 $? $@ /usr/bin/progressbar: progressbar - install -cs -o root -m 4755 $? $@ + install -cs -o root -m 755 $? $@ /usr/bin/prep: prep install -cs -o bin $? $@