From 20145c212ea0517a5d48ad222b29deffe8cd09eb Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Fri, 11 May 2012 23:10:35 -0400 Subject: shutdown: package as 644, install as 755 There's no need to keep this mildly dangerous script executable on the filesystem. Signed-off-by: Dave Reisner --- install/shutdown | 2 +- shutdown | 0 2 files 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 -- cgit v1.2.3-24-g4f1b