mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
base-system-busybox: disable pwdx applet; we use procps-ng.
This commit is contained in:
parent
bcd09c1682
commit
497692f6fd
2 changed files with 2 additions and 2 deletions
|
@ -901,7 +901,7 @@ CONFIG_NMETER=y
|
||||||
# CONFIG_PMAP is not set
|
# CONFIG_PMAP is not set
|
||||||
CONFIG_POWERTOP=y
|
CONFIG_POWERTOP=y
|
||||||
CONFIG_PSTREE=y
|
CONFIG_PSTREE=y
|
||||||
CONFIG_PWDX=y
|
# CONFIG_PWDX is not set
|
||||||
CONFIG_SMEMCAP=y
|
CONFIG_SMEMCAP=y
|
||||||
# CONFIG_TOP is not set
|
# CONFIG_TOP is not set
|
||||||
# CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE is not set
|
# CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE is not set
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Build template for 'base-system-busybox'.
|
# Build template for 'base-system-busybox'.
|
||||||
pkgname=base-system-busybox
|
pkgname=base-system-busybox
|
||||||
version=1.22.1
|
version=1.22.1
|
||||||
revision=16
|
revision=17
|
||||||
wrksrc="busybox-${version}"
|
wrksrc="busybox-${version}"
|
||||||
homepage="http://www.busybox.net"
|
homepage="http://www.busybox.net"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue