From: Dinko Korunic Date: Tue, 2 Jun 2009 14:57:38 +0000 (+0200) Subject: - manji fixup.. sysctl -e -w vs. sysctl -w -e X-Git-Tag: debian/2.6.26-4~7 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=kernel-cn.git;a=commitdiff_plain;h=e2e6d1ca096979fbbaf7fcb05de8943358eed0e0 - manji fixup.. sysctl -e -w vs. sysctl -w -e --- diff --git a/debian/postinst b/debian/postinst index b413e81..0312b32 100755 --- a/debian/postinst +++ b/debian/postinst @@ -147,7 +147,7 @@ echo -n " grub3" # workaround execshield SHIELD=$(sysctl -e -n kernel.exec-shield) if [ ! -z "$SHIELD" ]; then - sysctl -w -e kernel.exec-shield=0 >/dev/null 2>&1 + sysctl -e -w kernel.exec-shield=0 >/dev/null 2>&1 echo -n " execshield1" fi @@ -250,7 +250,7 @@ echo -n " grub8" # restore execshield state if [ ! -z "$SHIELD" ]; then - sysctl -w -e "kernel.exec-shield=$SHIELD" >/dev/null 2>&1 + sysctl -e -w "kernel.exec-shield=$SHIELD" >/dev/null 2>&1 echo -n " execshield2" fi