blob: 22d3a68847964d60eec2317f70984c5df604f871 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ad,v 1.5 2006/09/07 08:46:20 wennmach Exp $
Do not install man/man5/krb.equiv.5 to avoid a conflict with the
cyrus-imapd package.
--- lib/krb/Makefile.am.orig Mon Apr 1 11:53:16 2002
+++ lib/krb/Makefile.am Mon Apr 1 11:53:42 2002
@@ -18,7 +18,7 @@
noinst_PROGRAMS = sizetest
man_MANS = kerberos.1 kerberos.3 krb_realmofhost.3 krb_sendauth.3 \
- krb_set_tkt_string.3 kuserok.3 tf_util.3 krb.conf.5 krb.equiv.5 \
+ krb_set_tkt_string.3 kuserok.3 tf_util.3 krb.conf.5 \
krb.extra.5 krb.realms.5
|