svn commit: trunk/busybox

aldot at busybox.net aldot at busybox.net
Fri Jun 16 14:03:25 UTC 2006


Author: aldot
Date: 2006-06-16 07:03:23 -0700 (Fri, 16 Jun 2006)
New Revision: 15406

Log:
- hide CONFIG_GETOPT_LONG for the 1.2.0 release. Turned on per default.
  I will revisit this and make sure that run-parts and ifupdown are fixed; hdparm needs treatment too..


Modified:
   trunk/busybox/Config.in


Changeset:
Modified: trunk/busybox/Config.in
===================================================================
--- trunk/busybox/Config.in	2006-06-16 12:45:29 UTC (rev 15405)
+++ trunk/busybox/Config.in	2006-06-16 14:03:23 UTC (rev 15406)
@@ -104,11 +104,13 @@
 	  busybox to support locale settings.
 
 config CONFIG_GETOPT_LONG
-	bool "Enable support for --long-options"
-	default n
-	help
-	  Enable this if you want busybox applets to use the gnu --long-option
-	  style, in addition to single character -a -b -c style options.
+	bool
+	default y
+#	bool "Enable support for --long-options"
+#	default n
+#	help
+#	  Enable this if you want busybox applets to use the gnu --long-option
+#	  style, in addition to single character -a -b -c style options.
 
 config CONFIG_FEATURE_DEVPTS
 	bool "Use the devpts filesystem for Unix98 PTYs"




More information about the busybox-cvs mailing list