svn commit: trunk/busybox: scripts/basic scripts/kconfig scripts/k etc...

vda at busybox.net vda at busybox.net
Thu Nov 30 22:40:33 UTC 2006


Author: vda
Date: 2006-11-30 14:40:32 -0800 (Thu, 30 Nov 2006)
New Revision: 16743

Log:
"kernel config" -> "busybox config"
suggested by Roberto A. Foglietta <roberto.foglietta at gmail.com>


Modified:
   trunk/busybox/Makefile
   trunk/busybox/scripts/basic/Makefile
   trunk/busybox/scripts/kconfig/conf.c
   trunk/busybox/scripts/kconfig/gconf.c
   trunk/busybox/scripts/kconfig/lxdialog/BIG.FAT.WARNING
   trunk/busybox/scripts/kconfig/mconf.c
   trunk/busybox/scripts/kconfig/qconf.cc


Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile	2006-11-30 21:11:01 UTC (rev 16742)
+++ trunk/busybox/Makefile	2006-11-30 22:40:32 UTC (rev 16743)
@@ -898,7 +898,7 @@
 
 modules modules_install: FORCE
 	@echo
-	@echo "The present kernel configuration has modules disabled."
+	@echo "The present busybox configuration has modules disabled."
 	@echo "Type 'make config' and enable loadable module support."
 	@echo "Then build a kernel with module support enabled."
 	@echo

Modified: trunk/busybox/scripts/basic/Makefile
===================================================================
--- trunk/busybox/scripts/basic/Makefile	2006-11-30 21:11:01 UTC (rev 16742)
+++ trunk/busybox/scripts/basic/Makefile	2006-11-30 22:40:32 UTC (rev 16743)
@@ -3,7 +3,7 @@
 # The programs listed herein is what is needed to do the basic stuff,
 # such as splitting .config and fix dependency file.
 # This initial step is needed to avoid files to be recompiled
-# when kernel configuration changes (which is what happens when
+# when busybox configuration changes (which is what happens when
 # .config is included by main Makefile.
 # ---------------------------------------------------------------------------
 # fixdep: 	 Used to generate dependency information during build process

Modified: trunk/busybox/scripts/kconfig/conf.c
===================================================================
--- trunk/busybox/scripts/kconfig/conf.c	2006-11-30 21:11:01 UTC (rev 16742)
+++ trunk/busybox/scripts/kconfig/conf.c	2006-11-30 22:40:32 UTC (rev 16743)
@@ -605,7 +605,7 @@
 		check_conf(&rootmenu);
 	} while (conf_cnt);
 	if (conf_write(NULL)) {
-		fprintf(stderr, _("\n*** Error during writing of the kernel configuration.\n\n"));
+		fprintf(stderr, _("\n*** Error during writing of the busybox configuration.\n\n"));
 		return 1;
 	}
 	return 0;

Modified: trunk/busybox/scripts/kconfig/gconf.c
===================================================================
--- trunk/busybox/scripts/kconfig/gconf.c	2006-11-30 21:11:01 UTC (rev 16742)
+++ trunk/busybox/scripts/kconfig/gconf.c	2006-11-30 22:40:32 UTC (rev 16743)
@@ -741,7 +741,7 @@
 {
 	GtkWidget *dialog;
 	const gchar *intro_text = _(
-	    "Welcome to gkc, the GTK+ graphical kernel configuration tool\n"
+	    "Welcome to gkc, the GTK+ graphical busybox configuration tool\n"
 	    "for Linux.\n"
 	    "For each option, a blank box indicates the feature is disabled, a\n"
 	    "check indicates it is enabled, and a dot indicates that it is to\n"

Modified: trunk/busybox/scripts/kconfig/lxdialog/BIG.FAT.WARNING
===================================================================
--- trunk/busybox/scripts/kconfig/lxdialog/BIG.FAT.WARNING	2006-11-30 21:11:01 UTC (rev 16742)
+++ trunk/busybox/scripts/kconfig/lxdialog/BIG.FAT.WARNING	2006-11-30 22:40:32 UTC (rev 16743)
@@ -1,4 +1,4 @@
 This is NOT the official version of dialog.  This version has been
 significantly modified from the original.  It is for use by the Linux
-kernel configuration script.  Please do not bother Savio Lam with 
+busybox configuration script.  Please do not bother Savio Lam with 
 questions about this program.

Modified: trunk/busybox/scripts/kconfig/mconf.c
===================================================================
--- trunk/busybox/scripts/kconfig/mconf.c	2006-11-30 21:11:01 UTC (rev 16742)
+++ trunk/busybox/scripts/kconfig/mconf.c	2006-11-30 22:40:32 UTC (rev 16743)
@@ -115,7 +115,7 @@
 "-----------------------------\n"
 "Menuconfig supports the use of alternate configuration files for\n"
 "those who, for various reasons, find it necessary to switch\n"
-"between different kernel configurations.\n"
+"between different busybox configurations.\n"
 "\n"
 "At the end of the main menu you will find two options.  One is\n"
 "for saving the current configuration to a file of your choosing.\n"
@@ -1070,7 +1070,7 @@
 	do {
 		cprint_init();
 		cprint("--yesno");
-		cprint(_("Do you wish to save your new kernel configuration?"));
+		cprint(_("Do you wish to save your new busybox configuration?"));
 		cprint("5");
 		cprint("60");
 		stat = exec_conf();
@@ -1079,18 +1079,18 @@
 	if (stat == 0) {
 		if (conf_write(NULL)) {
 			fprintf(stderr, _("\n\n"
-				"Error during writing of the kernel configuration.\n"
-				"Your kernel configuration changes were NOT saved."
+				"Error during writing of the busybox configuration.\n"
+				"Your busybox configuration changes were NOT saved."
 				"\n\n"));
 			return 1;
 		}
 		printf(_("\n\n"
-			"*** End of Linux kernel configuration.\n"
+			"*** End of busybox configuration.\n"
 			"*** Execute 'make' to build the kernel or try 'make help'."
 			"\n\n"));
 	} else {
 		fprintf(stderr, _("\n\n"
-			"Your kernel configuration changes were NOT saved."
+			"Your busybox configuration changes were NOT saved."
 			"\n\n"));
 	}
 

Modified: trunk/busybox/scripts/kconfig/qconf.cc
===================================================================
--- trunk/busybox/scripts/kconfig/qconf.cc	2006-11-30 21:11:01 UTC (rev 16742)
+++ trunk/busybox/scripts/kconfig/qconf.cc	2006-11-30 22:40:32 UTC (rev 16743)
@@ -1299,7 +1299,7 @@
 
 void ConfigMainWindow::showIntro(void)
 {
-	static char str[] = "Welcome to the qconf graphical kernel configuration tool for Linux.\n\n"
+	static char str[] = "Welcome to the qconf graphical busybox configuration tool for Linux.\n\n"
 		"For each option, a blank box indicates the feature is disabled, a check\n"
 		"indicates it is enabled, and a dot indicates that it is to be compiled\n"
 		"as a module.  Clicking on the box will cycle through the three states.\n\n"




More information about the busybox-cvs mailing list