[BusyBox-cvs] busybox/scripts/config zconf.tab.c_shipped, 1.2, 1.3 zconf.y, 1.2, 1.3
Erik Andersen
andersen at busybox.net
Tue Aug 5 05:59:52 UTC 2003
- Previous message: [BusyBox-cvs] busybox/scripts/config conf.c, 1.1, 1.2 confdata.c, 1.2, 1.3 expr.c, 1.1, 1.2 expr.h, 1.1, 1.2 lex.zconf.c_shipped, 1.1, 1.2 lkc.h, 1.1, 1.2 lkc_proto.h, 1.2, 1.3 mconf.c, 1.2, 1.3 menu.c, 1.1, 1.2 symbol.c, 1.1, 1.2 zconf.l, 1.1, 1.2 zconf.tab.c_shipped, 1.1, 1.2 zconf.y, 1.1, 1.2
- Next message: [BusyBox-cvs] busybox.stable xargs.c,1.23,1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/busybox/scripts/config
In directory winder:/tmp/cvs-serv1022
Modified Files:
zconf.tab.c_shipped zconf.y
Log Message:
Seems I missed a spot
Index: zconf.y
===================================================================
RCS file: /var/cvs/busybox/scripts/config/zconf.y,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- zconf.y 5 Aug 2003 02:18:25 -0000 1.2
+++ zconf.y 5 Aug 2003 05:59:48 -0000 1.3
@@ -485,7 +485,7 @@
sym_init();
menu_init();
modules_sym = sym_lookup("MODULES", 0);
- rootmenu.prompt = menu_add_prop(P_MENU, "Linux Kernel Configuration", NULL, NULL);
+ rootmenu.prompt = menu_add_prop(P_MENU, "BusyBox Configuration", NULL, NULL);
//zconfdebug = 1;
zconfparse();
Index: zconf.tab.c_shipped
===================================================================
RCS file: /var/cvs/busybox/scripts/config/zconf.tab.c_shipped,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- zconf.tab.c_shipped 5 Aug 2003 02:18:25 -0000 1.2
+++ zconf.tab.c_shipped 5 Aug 2003 05:59:47 -0000 1.3
@@ -1923,7 +1923,7 @@
sym_init();
menu_init();
modules_sym = sym_lookup("MODULES", 0);
- rootmenu.prompt = menu_add_prop(P_MENU, "Linux Kernel Configuration", NULL, NULL);
+ rootmenu.prompt = menu_add_prop(P_MENU, "BusyBox Configuration", NULL, NULL);
//zconfdebug = 1;
zconfparse();
- Previous message: [BusyBox-cvs] busybox/scripts/config conf.c, 1.1, 1.2 confdata.c, 1.2, 1.3 expr.c, 1.1, 1.2 expr.h, 1.1, 1.2 lex.zconf.c_shipped, 1.1, 1.2 lkc.h, 1.1, 1.2 lkc_proto.h, 1.2, 1.3 mconf.c, 1.2, 1.3 menu.c, 1.1, 1.2 symbol.c, 1.1, 1.2 zconf.l, 1.1, 1.2 zconf.tab.c_shipped, 1.1, 1.2 zconf.y, 1.1, 1.2
- Next message: [BusyBox-cvs] busybox.stable xargs.c,1.23,1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the busybox-cvs
mailing list