summaryrefslogtreecommitdiff
path: root/security/krb5-beta/files/patch-appl::telnet::telnetd::Makefile.in
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2002-11-05 06:51:29 +0000
committerCy Schubert <cy@FreeBSD.org>2002-11-05 06:51:29 +0000
commit1bd37a7c065c3d761ce089bd3c90289124760470 (patch)
treef97957ef564db05fa234651306b4980b8ad21345 /security/krb5-beta/files/patch-appl::telnet::telnetd::Makefile.in
parentOops...forgot to add this file in previous change. (diff)
New MIT Kerberos V beta, version 1.2.7-beta1.
Diffstat (limited to 'security/krb5-beta/files/patch-appl::telnet::telnetd::Makefile.in')
-rw-r--r--security/krb5-beta/files/patch-appl::telnet::telnetd::Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/krb5-beta/files/patch-appl::telnet::telnetd::Makefile.in b/security/krb5-beta/files/patch-appl::telnet::telnetd::Makefile.in
new file mode 100644
index 000000000000..cb5a0e26d49d
--- /dev/null
+++ b/security/krb5-beta/files/patch-appl::telnet::telnetd::Makefile.in
@@ -0,0 +1,11 @@
+--- appl/telnet/telnetd/Makefile.in.orig Wed Feb 28 14:06:51 2001
++++ appl/telnet/telnetd/Makefile.in Mon Dec 31 21:51:19 2001
+@@ -24,7 +24,7 @@
+ # @(#)Makefile.generic 5.5 (Berkeley) 3/1/91
+ #
+
+-AUTH_DEF=-DAUTHENTICATION -DENCRYPTION -DKRB5 -DFORWARD -UNO_LOGIN_F -ULOGIN_CAP_F -DLOGIN_PROGRAM=KRB5_PATH_LOGIN
++AUTH_DEF=-DAUTHENTICATION -DENCRYPTION -DKRB5 -DFORWARD -UNO_LOGIN_F -ULOGIN_CAP_F -DLOGIN_PROGRAM=\"/usr/bin/login\"
+ OTHERDEFS=-DKLUDGELINEMODE -DDIAGNOSTICS -DENV_HACK -DOLD_ENVIRON
+ LOCALINCLUDES=-I.. -I$(srcdir)/..
+ DEFINES = $(AUTH_DEF) $(OTHERDEFS)