procps-ng: update to 3.3.8.
This commit is contained in:
parent
1744d31c17
commit
a65167e26e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue