[BusyBox-cvs] busybox/libbb Makefile.in, 1.26, 1.27 messages.c, 1.10, 1.11

Glenn McGrath bug1 at busybox.net
Tue Sep 2 02:36:15 UTC 2003


Update of /var/cvs/busybox/libbb
In directory winder:/tmp/cvs-serv18900/libbb

Modified Files:
	Makefile.in messages.c 
Log Message:
move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one
constant.
Vodz last_patch_107


Index: Makefile.in
===================================================================
RCS file: /var/cvs/busybox/libbb/Makefile.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Makefile.in	6 Aug 2003 11:20:52 -0000	1.26
+++ Makefile.in	2 Sep 2003 02:36:11 -0000	1.27
@@ -59,7 +59,7 @@
 	can_not_create_raw_socket.o perm_denied_are_you_root.o \
 	shadow_file.o passwd_file.o group_file.o gshadow_file.o nologin_file.o \
 	securetty_file.o motd_file.o \
-	msg_standard_input.o msg_standard_output.o
+	msg_standard_input.o msg_standard_output.o shell_file.o
 
 LIBBB_MSRC1:=$(LIBBB_DIR)xfuncs.c
 LIBBB_MOBJ1:=xmalloc.o xrealloc.o xcalloc.o xstrdup.o xstrndup.o \

Index: messages.c
===================================================================
RCS file: /var/cvs/busybox/libbb/messages.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- messages.c	14 Jul 2003 21:20:55 -0000	1.10
+++ messages.c	2 Sep 2003 02:36:11 -0000	1.11
@@ -90,3 +90,7 @@
 const char * const bb_path_motd_file = MOTD_FILE;
 #endif
 
+#ifdef L_shell_file
+const char * const bb_default_login_shell = LIBBB_DEFAULT_LOGIN_SHELL;
+#endif
+




More information about the busybox-cvs mailing list