summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorPetr Mrázek2011-03-20 00:54:11 +0100
committerPetr Mrázek2011-03-20 00:54:11 +0100
commit467c50e97d74f7456d9100c2f4cf7d9006145b65 (patch)
treea7d2a4b66e438825bad5b7df243a723d06e4b716 /package
parent1481b07b6bd23bf336d7cba8dfc6e95f73ed32b4 (diff)
downloaddfhack-467c50e97d74f7456d9100c2f4cf7d9006145b65.tar.gz
dfhack-467c50e97d74f7456d9100c2f4cf7d9006145b65.tar.bz2
dfhack-467c50e97d74f7456d9100c2f4cf7d9006145b65.tar.xz
Tiny ubuntu fix.
Diffstat (limited to 'package')
-rwxr-xr-xpackage/ubuntu-10.10/postinst3
1 files changed, 2 insertions, 1 deletions
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