Wed Aug 12 00:17:09 1998 Matthew D Hancher <mdh@mit.edu>
authorMatthew Hancher <mdh@mit.edu>
Wed, 12 Aug 1998 04:19:46 +0000 (04:19 +0000)
committerMatthew Hancher <mdh@mit.edu>
Wed, 12 Aug 1998 04:19:46 +0000 (04:19 +0000)
* 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

src/appl/telnet/telnetd/ChangeLog
src/appl/telnet/telnetd/Makefile.in

index 84c1fe77f5d99b4275cdf769ed37901ca19470f8..02b05da2b980e579f74d248a4a06dc712c43045f 100644 (file)
@@ -1,3 +1,9 @@
+Wed Aug 12 00:17:09 1998  Matthew D Hancher  <mdh@mit.edu>
+
+       * 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  <tytso@rsts-11.mit.edu>
 
        * sys_term.c: #include utmp.h if present, and use _PATH_WTMP and
index aad4c8ab4b2dad18615444d8d8fc6b8209e06e5a..af56cf2e907a0f47ef9739476977999c460ab619 100644 (file)
@@ -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)