Removed the getent.c file that has only dummy routines for getent and
authorAndreas Schulz <ats@g386bsd.first.bmd.de>
Sat, 15 Jan 1994 17:05:43 +0000 (17:05 +0000)
committerAndreas Schulz <ats@g386bsd.first.bmd.de>
Sat, 15 Jan 1994 17:05:43 +0000 (17:05 +0000)
getstr in it. The correct routines are coming from /usr/src/libexec/getty
in gettytab.c. It has formerly depended on the ordering of the build
of libtelnet.a which routines get picked up.
This is the bugfix for the telnet/telnetd displaying the wrong/default
banner.

lib/libtelnet/Makefile

index e28bc48..1a3f178 100644 (file)
@@ -1,7 +1,7 @@
 #      @(#)Makefile    5.4 (Berkeley) 5/7/91
 
 LIB=   telnet
 #      @(#)Makefile    5.4 (Berkeley) 5/7/91
 
 LIB=   telnet
-SRCS=  genget.c getent.c gettytab.c misc.c
+SRCS=  genget.c gettytab.c misc.c
 
 .PATH:  ${.CURDIR}/../../libexec/getty
 .include <bsd.lib.mk>
 
 .PATH:  ${.CURDIR}/../../libexec/getty
 .include <bsd.lib.mk>