summaryrefslogtreecommitdiff
path: root/core/procps-ng
diff options
context:
space:
mode:
Diffstat (limited to 'core/procps-ng')
-rw-r--r--core/procps-ng/PKGBUILD6
-rw-r--r--core/procps-ng/sysctl.conf3
2 files changed, 3 insertions, 6 deletions
diff --git a/core/procps-ng/PKGBUILD b/core/procps-ng/PKGBUILD
index 158f407f1..3cd906d29 100644
--- a/core/procps-ng/PKGBUILD
+++ b/core/procps-ng/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 186686 2013-05-30 13:43:55Z bisson $
+# $Id: PKGBUILD 188912 2013-06-25 10:40:52Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Eric BĂ©langer <eric@archlinux.org>
pkgname=procps-ng
pkgver=3.3.8
-pkgrel=1
+pkgrel=2
pkgdesc='Utilities for monitoring your system and its processes'
url='http://gitorious.org/procps'
license=('GPL' 'LGPL')
@@ -15,7 +15,7 @@ backup=('etc/sysctl.conf')
source=("${pkgname}-${pkgver}.tar.gz::http://gitorious.org/procps/procps/archive-tarball/v${pkgver}"
'sysctl.conf')
sha1sums=('63aed46ba4b5b05698beb25d2aa3eee6779d7f45'
- '97ff07bab9aa5daa8d54a1346f73ba74f8e12a53')
+ 'bc4e929a0ddcdcd627e8d15d30abcf185aa33fab')
conflicts=('procps')
provides=('procps')
diff --git a/core/procps-ng/sysctl.conf b/core/procps-ng/sysctl.conf
index 4695cdd92..fae2c6082 100644
--- a/core/procps-ng/sysctl.conf
+++ b/core/procps-ng/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