[BusyBox-cvs] busybox/include libbb.h,1.92,1.93

Glenn McGrath bug1 at busybox.net
Tue Jan 21 20:56:27 UTC 2003


Update of /var/cvs/busybox/include
In directory winder:/tmp/cvs-serv29856/include

Modified Files:
	libbb.h 
Log Message:
run telnet from inetd, present login prompt if login is configured, 
patch from Bastian Blank


Index: libbb.h
===================================================================
RCS file: /var/cvs/busybox/include/libbb.h,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- libbb.h	20 Jan 2003 23:50:57 -0000	1.92
+++ libbb.h	21 Jan 2003 20:55:53 -0000	1.93
@@ -277,7 +277,6 @@
 extern const char * const group_file;
 extern const char * const securetty_file;
 extern const char * const motd_file;
-extern const char * const issue_file;
 extern const char * const _path_login;
 
 #ifdef CONFIG_FEATURE_DEVFS
@@ -364,5 +363,8 @@
 	struct llist_s *link;
 } llist_t;
 extern llist_t *llist_add_to(llist_t *old_head, char *new_item);
+
+void print_login_issue(const char *issue_file, const char *tty);
+void print_login_prompt(void);
 
 #endif /* __LIBCONFIG_H__ */




More information about the busybox-cvs mailing list