diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-02-10 22:45:32 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-02-10 22:45:32 +0000 |
commit | 0d5e01e01dc6c1127ac2e0b1279fc2cf4371fc0a (patch) | |
tree | 89859ace9b7e6561b94f63fe37080b1aa3fd8ae5 /security/krb5-beta/files/patch-appl::bsd::Makefile.in | |
parent | Update to pstree 2.17 (fixes -a option to show commandline args) (diff) |
New port, Kerberos V 1.2.4-beta1.
Diffstat (limited to 'security/krb5-beta/files/patch-appl::bsd::Makefile.in')
-rw-r--r-- | security/krb5-beta/files/patch-appl::bsd::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/krb5-beta/files/patch-appl::bsd::Makefile.in b/security/krb5-beta/files/patch-appl::bsd::Makefile.in new file mode 100644 index 000000000000..603c399a287f --- /dev/null +++ b/security/krb5-beta/files/patch-appl::bsd::Makefile.in @@ -0,0 +1,11 @@ +--- appl/bsd/Makefile.in.orig Wed Feb 28 14:06:43 2001 ++++ appl/bsd/Makefile.in Mon Dec 31 21:52:45 2001 +@@ -28,7 +28,7 @@ + -DUCB_RSH=\"$(UCB_RSH)\" -DUCB_RCP=\"$(UCB_RCP)\" + + DEFINES = $(RSH) $(BSD) $(RPROGS) \ +- -DLOGIN_PROGRAM=\"$(SERVER_BINDIR)/login.krb5\" -DKPROGDIR=\"$(CLIENT_BINDIR)\" ++ -DLOGIN_PROGRAM=\"/usr/bin/login\" -DKPROGDIR=\"$(CLIENT_BINDIR)\" + + all:: rsh rcp rlogin kshd klogind login.krb5 $(V4RCP) + |