diff --git a/srcpkgs/procps-ng/files/sysctl.conf b/srcpkgs/procps-ng/files/sysctl.conf index 4695cdd9235..fae2c608203 100644 --- a/srcpkgs/procps-ng/files/sysctl.conf +++ b/srcpkgs/procps-ng/files/sysctl.conf @@ -36,6 +36,3 @@ net.ipv6.conf.all.forwarding = 0 # Reboot 600 seconds after kernel panic or oops. #kernel.panic_on_oops = 1 #kernel.panic = 600 - -# Disable SysRq key to avoid console security issues. -kernel.sysrq = 0 diff --git a/srcpkgs/procps-ng/template b/srcpkgs/procps-ng/template index 840c9bf3a0a..e0bf239ac3e 100644 --- a/srcpkgs/procps-ng/template +++ b/srcpkgs/procps-ng/template @@ -1,6 +1,6 @@ # Template file for 'procps-ng' pkgname=procps-ng -version=3.3.7 +version=3.3.8 revision=1 short_desc="Utilities for monitoring your system and its processes" maintainer="Juan RP " @@ -62,7 +62,6 @@ procps-ng_package() { provides="procps-${version}" conflicts="coreutils<8.21_3" pkg_install() { - vmove etc - vmove usr + vmove all } }