summaryrefslogtreecommitdiff
path: root/security/kth-krb4/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'security/kth-krb4/patches/patch-ad')
-rw-r--r--security/kth-krb4/patches/patch-ad15
1 files changed, 0 insertions, 15 deletions
diff --git a/security/kth-krb4/patches/patch-ad b/security/kth-krb4/patches/patch-ad
deleted file mode 100644
index 5f29e33d827..00000000000
--- a/security/kth-krb4/patches/patch-ad
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2001/08/02 12:46:49 wennmach Exp $
-
-Use INSTALL_SCRIPT on zrefresh, to avoid striping it.
-
---- appl/kauth/Makefile.in 2001/06/21 15:15:15 1.40.16.2
-+++ appl/kauth/Makefile.in 2001/08/01 14:58:35 1.40.16.3
-@@ -67,7 +67,7 @@
- if test -f $(DESTDIR)$(bindir)/zrefresh -o -r $(DESTDIR)$(bindir)/zrefresh; then \
- true; \
- else \
-- $(INSTALL_PROGRAM) $(srcdir)/zrefresh $(DESTDIR)$(bindir)/`echo zrefresh | sed '$(transform)'`; \
-+ $(INSTALL_SCRIPT) $(srcdir)/zrefresh $(DESTDIR)$(bindir)/`echo zrefresh | sed '$(transform)'`; \
- fi
- for x in $(PROG_LIBEXEC); do \
- $(INSTALL_PROGRAM) $$x $(DESTDIR)$(libexecdir)/`echo $$x| sed '$(transform)'`; \