13 May
2012
13 May
'12
5:57 p.m.
There's no need to keep this mildly dangerous script executable on the filesystem. Signed-off-by: Dave Reisner <dreisner@archlinux.org> --- install/shutdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 shutdown diff --git a/install/shutdown b/install/shutdown index e9a5d93..96818e1 100644 --- a/install/shutdown +++ b/install/shutdown @@ -3,7 +3,7 @@ build() { add_binary cp add_binary lsblk - add_file "/usr/lib/initcpio/shutdown" "/shutdown" + add_file "/usr/lib/initcpio/shutdown" "/shutdown" 755 add_runscript } diff --git a/shutdown b/shutdown old mode 100755 new mode 100644 -- 1.7.10.2