procps-ng: update to 3.3.8.

This commit is contained in:
Juan RP 2013-05-29 08:14:46 +02:00
parent 1744d31c17
commit a65167e26e
2 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -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 <xtraeme@gmail.com>"
@ -62,7 +62,6 @@ procps-ng_package() {
provides="procps-${version}"
conflicts="coreutils<8.21_3"
pkg_install() {
vmove etc
vmove usr
vmove all
}
}