aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-01-21 20:55:56 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-01-21 20:55:56 +0000
commit3769f7ce09d3189a2ea7af6c547c185ef65497bb (patch)
treecc4bb2d87b27a82c93e46d0abc3f9ab8a3f3a232 /libbb
parentff52df891c6367f894a629d818da41e58b3dd483 (diff)
downloadbusybox-w32-3769f7ce09d3189a2ea7af6c547c185ef65497bb.tar.gz
busybox-w32-3769f7ce09d3189a2ea7af6c547c185ef65497bb.tar.bz2
busybox-w32-3769f7ce09d3189a2ea7af6c547c185ef65497bb.zip
run telnet from inetd, present login prompt if login is configured,
patch from Bastian Blank git-svn-id: svn://busybox.net/trunk/busybox@6407 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r--libbb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Makefile.in b/libbb/Makefile.in
index c97f7d2b3..08f8028d9 100644
--- a/libbb/Makefile.in
+++ b/libbb/Makefile.in
@@ -33,7 +33,7 @@ LIBBB_SRC:= \
33 get_last_path_component.c get_line_from_file.c herror_msg.c \ 33 get_last_path_component.c get_line_from_file.c herror_msg.c \
34 herror_msg_and_die.c human_readable.c inet_common.c inode_hash.c \ 34 herror_msg_and_die.c human_readable.c inet_common.c inode_hash.c \
35 interface.c isdirectory.c kernel_version.c last_char_is.c libc5.c \ 35 interface.c isdirectory.c kernel_version.c last_char_is.c libc5.c \
36 llist_add_to.c loop.c make_directory.c mode_string.c \ 36 llist_add_to.c login.c loop.c make_directory.c mode_string.c \
37 module_syscalls.c mtab.c mtab_file.c my_getgrgid.c my_getgrnam.c \ 37 module_syscalls.c mtab.c mtab_file.c my_getgrgid.c my_getgrnam.c \
38 my_getpwnam.c my_getpwnamegid.c my_getpwuid.c obscure.c parse_mode.c \ 38 my_getpwnam.c my_getpwnamegid.c my_getpwuid.c obscure.c parse_mode.c \
39 parse_number.c perror_msg.c perror_msg_and_die.c print_file.c \ 39 parse_number.c perror_msg.c perror_msg_and_die.c print_file.c \