d1168c8aae
Makefile into package and common parts to facilitate creating sub-packages for the separate authentication modules, and using the general INSTALL scripts. Changes from version 1.3.8.2 include: * bug fixes * move authentication modules into a separate daemon process * partial support of the IMAP QUOTA extension. * added experimental PostgreSQL authentication module. * added experimental LDAP_TLS option to LDAP authentication. * workarounds for Outlook * Disable MSIE 6.0 smart tags in all html files
12 lines
449 B
Text
12 lines
449 B
Text
$NetBSD: patch-ab,v 1.2 2002/01/02 22:19:40 jlam Exp $
|
|
|
|
--- authlib/Makefile.in.orig Wed Dec 5 08:26:53 2001
|
|
+++ authlib/Makefile.in
|
|
@@ -2067,7 +2067,6 @@
|
|
for f in $(man_LINKS) "" ; do \
|
|
test "$$f" = "" && continue ; \
|
|
rm -f $$f; $(LN_S) authlib.7 $$f ; \
|
|
- test -w /etc && chown bin $$f && chgrp bin $$f ; \
|
|
done ; exit 0
|
|
|
|
uninstall-local: uninstall-authldaprc uninstall-authdaemonrc uninstall-authmysqlrc uninstall-authpgsqlrc
|