summaryrefslogtreecommitdiff
path: root/core/procps-ng
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-26 01:38:17 -0700
committerroot <root@rshg054.dnsready.net>2013-06-26 01:38:17 -0700
commit02e1f1221ec9570de0aaec8f15edb6d2af336bff (patch)
tree94b0e68a309f5fa68c667b8125553f445df021ac /core/procps-ng
parentf566ab403132b1bb3eb3a5b2e604c117bc0630c7 (diff)
Wed Jun 26 01:37:43 PDT 2013
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 e2f1a9751..c08ca8b5b 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