svn commit: trunk/busybox: networking util-linux

aldot at busybox.net aldot at busybox.net
Fri Dec 1 08:56:12 PST 2006


Author: aldot
Date: 2006-12-01 08:56:12 -0800 (Fri, 01 Dec 2006)
New Revision: 16745

Log:
- provide central knob to turn off RPC related options.


Modified:
   trunk/busybox/Config.in
   trunk/busybox/networking/Config.in
   trunk/busybox/util-linux/Config.in


Changeset:
Modified: trunk/busybox/Config.in
===================================================================
--- trunk/busybox/Config.in	2006-11-30 23:13:59 UTC (rev 16744)
+++ trunk/busybox/Config.in	2006-12-01 16:56:12 UTC (rev 16745)
@@ -203,6 +203,14 @@
 	  /etc/busybox.conf should be readable by the user needing the SUID, check
 	  this option to avoid users to be notified about missing permissions.
 
+config FEATURE_HAVE_RPC
+	bool "RPC support"
+	default y
+	help
+	  Select this if you have rpc support.
+	  This automatically turns off all configuration options that rely
+	  on RPC.
+
 config SELINUX
 	bool "Support NSA Security Enhanced Linux"
 	default n

Modified: trunk/busybox/networking/Config.in
===================================================================
--- trunk/busybox/networking/Config.in	2006-11-30 23:13:59 UTC (rev 16744)
+++ trunk/busybox/networking/Config.in	2006-12-01 16:56:12 UTC (rev 16745)
@@ -324,10 +324,10 @@
 	bool "Support RPC services"
 	default n
 	depends on INETD
+	depends on FEATURE_HAVE_RPC
 	help
-	  Suuport Sun-RPC based services
+	  Support Sun-RPC based services
 
-
 config IP
 	bool "ip"
 	default n

Modified: trunk/busybox/util-linux/Config.in
===================================================================
--- trunk/busybox/util-linux/Config.in	2006-11-30 23:13:59 UTC (rev 16744)
+++ trunk/busybox/util-linux/Config.in	2006-12-01 16:56:12 UTC (rev 16745)
@@ -369,6 +369,7 @@
 	bool "Support mounting NFS file systems"
 	default n
 	depends on MOUNT
+	depends on FEATURE_HAVE_RPC
 	select FEATURE_SYSLOG
 	help
 	  Enable mounting of NFS file systems.



More information about the busybox-cvs mailing list