Enabling 'rtps' selects the 'ps' command from the 'procps' package. This does 
not work as expected, at least when no other part from the 'procps' package 
is enabled. It ends up with an installed '/lib/libproc-3.2.8.so' noone is 
using and a not working 'rtps' command....

Signed-off-by: Juergen Beisert <[email protected]>

-- 
diff --git a/rules/rtps.in b/rules/rtps.in
index 26374e2..4db4bd3 100644
--- a/rules/rtps.in
+++ b/rules/rtps.in
@@ -2,6 +2,7 @@
 
 config RTPS
        tristate
+       depends on !BUSYBOX_PS
        prompt "rtps"
        select PROCPS
        select PROCPS_PS
@@ -10,3 +11,6 @@ config RTPS
 
          this is just a wrapper around ps (from the procps package)
          with the "right" parameters
+
+comment "busybox's ps is enabled: rtps disabled"
+       depends on BUSYBOX_PS

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | Phone: +49-8766-939 228     |
Vertretung Sued/Muenchen, Germany             | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686              | http://www.pengutronix.de/  |

--
ptxdist mailing list
[email protected]

Reply via email to