run telnet from inetd, present login prompt if login is configured,

patch from Bastian Blank
This commit is contained in:
Glenn L McGrath
2003-01-21 20:55:56 +00:00
parent 4c51202b9d
commit 9e5d6c002c
6 changed files with 121 additions and 157 deletions

View File

@@ -33,7 +33,7 @@ LIBBB_SRC:= \
get_last_path_component.c get_line_from_file.c herror_msg.c \
herror_msg_and_die.c human_readable.c inet_common.c inode_hash.c \
interface.c isdirectory.c kernel_version.c last_char_is.c libc5.c \
llist_add_to.c loop.c make_directory.c mode_string.c \
llist_add_to.c login.c loop.c make_directory.c mode_string.c \
module_syscalls.c mtab.c mtab_file.c my_getgrgid.c my_getgrnam.c \
my_getpwnam.c my_getpwnamegid.c my_getpwuid.c obscure.c parse_mode.c \
parse_number.c perror_msg.c perror_msg_and_die.c print_file.c \