Re: [ptxdist] [patch 1/1] Prevent multiple sysctl implementations being active at the same time

2009-06-20 Thread Marc Kleine-Budde
Bart vd. Meulen wrote:
 Both busy-box sysctl as procps sysctl could be selected due to difference in
 config names
 
 Signed-off-by: Bart vd. Meulen bartvdrmeu...@gmail.com

applied, tnx

Marc
-- 
Pengutronix e.K. | Marc Kleine-Budde   |
Linux Solutions for Science and Industry | Phone: +49-231-2826-924 |
Vertretung West/Dortmund | Fax:   +49-5121-206917- |
Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de   |



signature.asc
Description: OpenPGP digital signature
--
ptxdist mailing list
ptxdist@pengutronix.de


[ptxdist] [patch 1/1] Prevent multiple sysctl implementations being active at the same time

2009-06-10 Thread Bart vd. Meulen
Both busy-box sysctl as procps sysctl could be selected due to difference in
config names

Signed-off-by: Bart vd. Meulen bartvdrmeu...@gmail.com

---
 rules/procps.in |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Index: ptxdist-trunk/rules/procps.in
===
--- ptxdist-trunk.orig/rules/procps.in  2009-06-10 11:41:26.0 +0200
+++ ptxdist-trunk/rules/procps.in   2009-06-10 11:41:44.0 +0200
@@ -32,12 +32,12 @@ config PROCPS_SLABTOP
 config PROCPS_SYSCTL
bool
prompt sysctl
-   depends on !BUSYBOX_SYSCTL || ALLYES
+   depends on !BUSYBOX_BB_SYSCTL || ALLYES
help
  configure kernel parameters at runtime
 
 comment sysctl is disabled by busybox sysctl
-   depends on BUSYBOX_SYSCTL
+   depends on BUSYBOX_BB_SYSCTL
 
 config PROCPS_PS
bool

-- 


This message and attachment(s) are intended solely for use by the addressee and 
may contain information that is privileged, confidential or otherwise exempt 
from disclosure under applicable law.

If you are not the intended recipient or agent thereof responsible for 
delivering this message to the intended recipient, you are hereby notified that 
any dissemination, distribution or copying of this communication is strictly 
prohibited.

If you have received this communication in error, please notify the sender 
immediately by telephone and with a 'reply' message.

Thank you for your co-operation.



--
ptxdist mailing list
ptxdist@pengutronix.de