From 467c50e97d74f7456d9100c2f4cf7d9006145b65 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sun, 20 Mar 2011 00:54:11 +0100 Subject: Tiny ubuntu fix. --- package/ubuntu-10.10/postinst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package') diff --git a/package/ubuntu-10.10/postinst b/package/ubuntu-10.10/postinst index 040e2b03..ff117e8e 100755 --- a/package/ubuntu-10.10/postinst +++ b/package/ubuntu-10.10/postinst @@ -1,3 +1,4 @@ #!/bin/sh +echo "Setting required kernel parameters." sysctl -w kernel.randomize_va_space=0 -sysctl -w kernel.yama.ptrace_scope=0 \ No newline at end of file +sysctl -w kernel.yama.ptrace_scope=0 -- cgit v1.2.1