On Friday 15 June 2007 15:09, Michael Cashwell wrote:
> In the case at hand, the NFS file system would not be a child of RPC so
> the file system list would be complete. The NFS item would be visible
> but grayed out and we'd be able to find it and see what its dependencies
> are.

Or better yet, have NFS select RPC: forward dependency rather than
backward dependency.

This is a somewhat recurent problem, so here's a patch.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +0/33 662376056 | Software  Designer | \ / CAMPAIGN     |   ^                |
| --==< °_° >==-- °------------.-------:  X  AGAINST      |  /e\  There is no  |
| http://ymorin.is-a-geek.org/ | (*_*) | / \ HTML MAIL    |  """  conspiracy.  |
°------------------------------°-------°------------------°--------------------°
Index: busybox/util-linux/Config.in
===================================================================
--- busybox/util-linux/Config.in	(revision 18825)
+++ busybox/util-linux/Config.in	(working copy)
@@ -363,7 +363,8 @@
 config FEATURE_MOUNT_NFS
 	bool "Support mounting NFS file systems"
 	default n
-	depends on MOUNT && FEATURE_HAVE_RPC
+	depends on MOUNT
+	select FEATURE_HAVE_RPC
 	select FEATURE_SYSLOG
 	help
 	  Enable mounting of NFS file systems.
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to