summaryrefslogtreecommitdiffstats
path: root/rules/procps.in
diff options
context:
space:
mode:
authorBernhard Walle <walle@corscience.de>2012-03-12 15:09:05 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-03-13 10:13:27 +0100
commit6d84167715f37184614a5be4ea03e761bb50ebdc (patch)
treef2a126b36f497743d446256e23b8e7c41be70ba2 /rules/procps.in
parent339c3df2315f8c8d18b602c1c0d5ba7dfda6d12d (diff)
downloadptxdist-6d84167715f37184614a5be4ea03e761bb50ebdc.tar.gz
ptxdist-6d84167715f37184614a5be4ea03e761bb50ebdc.tar.xz
procps.in: Unify wording of busybox comments
Signed-off-by: Bernhard Walle <walle@corscience.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/procps.in')
-rw-r--r--rules/procps.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/procps.in b/rules/procps.in
index 0d83125c7..11886be3a 100644
--- a/rules/procps.in
+++ b/rules/procps.in
@@ -21,7 +21,7 @@ config PROCPS_TOP
system.
Note: This command enlarges your system by the ncurses library.
-comment "top is disabled by busybox top"
+comment "busybox' top is selected!"
depends on BUSYBOX_TOP
config PROCPS_SLABTOP
@@ -38,7 +38,7 @@ config PROCPS_SYSCTL
help
configure kernel parameters at runtime
-comment "sysctl is disabled by busybox sysctl"
+comment "busybox' sysctl is selected!"
depends on BUSYBOX_BB_SYSCTL
config PROCPS_PS
@@ -50,7 +50,7 @@ config PROCPS_PS
analyse current states of all processes running on
the system
-comment "ps is disabled by busybox ps"
+comment "busybox' ps is selected!"
depends on BUSYBOX_PS
config PROCPS_W
@@ -66,7 +66,7 @@ config PROCPS_PGREP
help
look up processes based on name and other attributes
-comment "pgrep is disabled by busybox pgrep"
+comment "busybox' pgrep is selected!"
depends on BUSYBOX_PGREP
endif