From 636b368dd036a0afcce6a2b73e1e73e1be781a64 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 31 Jul 2006 15:06:53 +0000 Subject: [PATCH] Actually make top suid root --- commands/simple/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/simple/Makefile b/commands/simple/Makefile index d5f74f3a8..02c64e7bf 100755 --- a/commands/simple/Makefile +++ b/commands/simple/Makefile @@ -1618,7 +1618,7 @@ install: \ install -cs -o bin $? $@ /usr/bin/top: top - install -cs -o root -S 4755 $? $@ + install -cs -o root -m 4755 $? $@ /usr/bin/touch: touch install -cs -o bin $? $@ -- 2.44.0