From a65167e26e7f5f43b6ce04657462cc5d4fd8568e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 29 May 2013 08:14:46 +0200 Subject: [PATCH] procps-ng: update to 3.3.8. --- srcpkgs/procps-ng/files/sysctl.conf | 3 --- srcpkgs/procps-ng/template | 5 ++--- 2 files changed, 2 insertions(+), 6 deletions(-) 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 } }