svn commit: trunk/busybox/miscutils
vapier at busybox.net
vapier at busybox.net
Sun Sep 18 04:43:34 UTC 2005
Author: vapier
Date: 2005-09-17 21:43:32 -0700 (Sat, 17 Sep 2005)
New Revision: 11495
Log:
Bernhard Fischer writes:
Attached patch moves bbconfig's entry in Config.in in the alphabetically
correct place.
Modified:
trunk/busybox/miscutils/Config.in
Changeset:
Modified: trunk/busybox/miscutils/Config.in
===================================================================
--- trunk/busybox/miscutils/Config.in 2005-09-18 04:41:57 UTC (rev 11494)
+++ trunk/busybox/miscutils/Config.in 2005-09-18 04:43:32 UTC (rev 11495)
@@ -12,6 +12,13 @@
Adjtimex reads and optionally sets adjustment parameters for
the Linux clock adjustment algorithm.
+config CONFIG_BBCONFIG
+ bool "bbconfig"
+ default n
+ help
+ The bbconfig applet will print the config file with which
+ busybox was built.
+
config CONFIG_CROND
bool "crond"
default n
@@ -34,13 +41,6 @@
help
Support calling /usr/sbin/sendmail for send cmd outputs.
-config CONFIG_BBCONFIG
- bool "bbconfig"
- default n
- help
- The bbconfig applet will print the config file with which
- busybox was built.
-
config CONFIG_CRONTAB
bool "crontab"
default n
More information about the busybox-cvs
mailing list