aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-01-21 20:55:56 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-01-21 20:55:56 +0000
commit9e5d6c002ca589fb2e767fc8bafd6ceddaa12d39 (patch)
treecc4bb2d87b27a82c93e46d0abc3f9ab8a3f3a232 /libbb
parent4c51202b9dfe3df38e0a50bef9b66bd4cae39277 (diff)
downloadbusybox-9e5d6c002ca589fb2e767fc8bafd6ceddaa12d39.tar.gz
run telnet from inetd, present login prompt if login is configured,
patch from Bastian Blank
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:= \
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 \