From: Matthew Hancher Date: Wed, 12 Aug 1998 04:19:46 +0000 (+0000) Subject: Wed Aug 12 00:17:09 1998 Matthew D Hancher X-Git-Tag: krb5-1.1-beta1~584 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d3a00004a1dcee928eadc80ec19e36066be5ee6f;p=krb5.git Wed Aug 12 00:17:09 1998 Matthew D Hancher * Makefile.in (AUTH_DEF): Undefine LOGIN_CAP_F so that telnetd runs login with -f rather than -F for preauthenticated login, following the changes in appl/bsd/. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10803 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/telnet/telnetd/ChangeLog b/src/appl/telnet/telnetd/ChangeLog index 84c1fe77f..02b05da2b 100644 --- a/src/appl/telnet/telnetd/ChangeLog +++ b/src/appl/telnet/telnetd/ChangeLog @@ -1,3 +1,9 @@ +Wed Aug 12 00:17:09 1998 Matthew D Hancher + + * Makefile.in (AUTH_DEF): Undefine LOGIN_CAP_F so that telnetd + runs login with -f rather than -F for preauthenticated login, + following the changes in appl/bsd/. + 1998-05-26 Theodore Ts'o * sys_term.c: #include utmp.h if present, and use _PATH_WTMP and diff --git a/src/appl/telnet/telnetd/Makefile.in b/src/appl/telnet/telnetd/Makefile.in index aad4c8ab4..af56cf2e9 100644 --- a/src/appl/telnet/telnetd/Makefile.in +++ b/src/appl/telnet/telnetd/Makefile.in @@ -22,7 +22,7 @@ BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) # @(#)Makefile.generic 5.5 (Berkeley) 3/1/91 # -AUTH_DEF=-DAUTHENTICATION -DENCRYPTION -DKRB5 -DFORWARD -UNO_LOGIN_F -DLOGIN_CAP_F -DLOGIN_PROGRAM=KRB5_PATH_LOGIN +AUTH_DEF=-DAUTHENTICATION -DENCRYPTION -DKRB5 -DFORWARD -UNO_LOGIN_F -ULOGIN_CAP_F -DLOGIN_PROGRAM=KRB5_PATH_LOGIN OTHERDEFS=-DKLUDGELINEMODE -DDIAGNOSTICS -DENV_HACK -DOLD_ENVIRON LOCALINCLUDES=-I.. -I$(srcdir)/.. CFLAGS = $(CCOPTS) $(AUTH_DEF) $(OTHERDEFS) $(DEFS) $(LOCALINCLUDES)