[BusyBox-cvs] busybox/shell Config.in,1.1,1.2
Erik Andersen
andersen at codepoet.org
Fri Dec 6 21:50:03 UTC 2002
Update of /var/cvs/busybox/shell
In directory winder:/tmp/cvs-serv4472/shell
Modified Files:
Config.in
Log Message:
Allow for people to select no default shell
Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/shell/Config.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Config.in 5 Dec 2002 08:41:18 -0000 1.1
+++ Config.in 6 Dec 2002 21:49:59 -0000 1.2
@@ -7,7 +7,7 @@
choice
prompt "Choose your default shell"
- default "ash"
+ default "none"
help
Please submit a patch to add help text for this item.
@@ -22,6 +22,9 @@
config CONFIG_FEATURE_SH_IS_MSH
bool "msh"
+
+config CONFIG_FEATURE_SH_IS_NONE
+ bool "none"
endchoice
More information about the busybox-cvs
mailing list