summaryrefslogtreecommitdiff
path: root/security/pam_ldap/files
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-02-04 23:14:31 +0000
committerPatrick Li <pat@FreeBSD.org>2002-02-04 23:14:31 +0000
commita1919625beced7d8a223ace574fd56b43d2a3be6 (patch)
tree36b2ad241d36a3d3deb4e446debf80600197f540 /security/pam_ldap/files
parentUpdate to 3.00.05 (diff)
Update to 1.3.7
PR: 34592 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=54214
Diffstat (limited to 'security/pam_ldap/files')
-rw-r--r--security/pam_ldap/files/patch-aa10
-rw-r--r--security/pam_ldap/files/patch-ab11
-rw-r--r--security/pam_ldap/files/patch-ac31
3 files changed, 4 insertions, 48 deletions
diff --git a/security/pam_ldap/files/patch-aa b/security/pam_ldap/files/patch-aa
index 4f2c107bd3b3..962fa84a51e0 100644
--- a/security/pam_ldap/files/patch-aa
+++ b/security/pam_ldap/files/patch-aa
@@ -1,6 +1,6 @@
---- Makefile.in.orig Sat May 26 16:07:21 2001
-+++ Makefile.in Sat May 26 17:09:57 2001
-@@ -380,17 +380,15 @@
+--- Makefile.in.orig Sun Feb 3 15:36:48 2002
++++ Makefile.in Sun Feb 3 15:39:06 2002
+@@ -357,17 +357,13 @@
install-exec-local: pam_ldap.so
@$(NORMAL_INSTALL)
@@ -9,9 +9,7 @@
-@EXTENSION_SO_FALSE@ $(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/pam_ldap.so.1
-@EXTENSION_SO_FALSE@ -rm -f $(DESTDIR)$(libdir)/security/pam_ldap.so
-@EXTENSION_SO_FALSE@ -ln -s $(DESTDIR)$(libdir)/security/pam_ldap.so.1 $(DESTDIR)$(libdir)/security/pam_ldap.so
-+ $(mkinstalldirs) $(DESTDIR)$(libdir)
-+@EXTENSION_SO_TRUE@ $(INSTALL_PROGRAM) -o root -g wheel pam_ldap.so $(DESTDIR)$(libdir)/pam_ldap.so
-+@EXTENSION_SO_FALSE@ $(INSTALL_PROGRAM) -o root -g wheel pam_ldap.so $(DESTDIR)$(libdir)/pam_ldap.so
++ $(INSTALL_PROGRAM) -o root -g wheel pam_ldap.so $(DESTDIR)$(libdir)/pam_ldap.so
install-data-local:
@$(NORMAL_INSTALL)
diff --git a/security/pam_ldap/files/patch-ab b/security/pam_ldap/files/patch-ab
deleted file mode 100644
index c5f4f7a8eabd..000000000000
--- a/security/pam_ldap/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- pam_ldap.c.orig Mon Jun 11 11:44:49 2001
-+++ pam_ldap.c Mon Jun 11 11:45:07 2001
-@@ -557,7 +557,7 @@
-
- /* configuration file location is configurable; default /etc/ldap.conf */
- if (configFile == NULL)
-- configFile = "/etc/ldap.conf";
-+ configFile = LDAP_CONF_FILE;
-
- fp = fopen (configFile, "r");
-
diff --git a/security/pam_ldap/files/patch-ac b/security/pam_ldap/files/patch-ac
deleted file mode 100644
index 88be9dacd1b0..000000000000
--- a/security/pam_ldap/files/patch-ac
+++ /dev/null
@@ -1,31 +0,0 @@
---- Makefile.am.orig Mon Jan 8 18:00:14 2001
-+++ Makefile.am Mon Jun 11 11:44:42 2001
-@@ -4,24 +4,18 @@
-
- pam_ldap_so_SOURCES = pam_ldap.c pam_ldap.h md5.c md5.h
- pam_ldap_so_LDFLAGS = @pam_ldap_so_LDFLAGS@
-+CPPFLAGS = @CPPFLAGS@ -DLDAP_CONF_FILE=\"$(sysconfdir)/ldap.conf\"
-
-
- install-exec-local: pam_ldap.so
- @$(NORMAL_INSTALL)
-- $(mkinstalldirs) $(DESTDIR)$(libdir)/security
--if EXTENSION_SO
-- $(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/pam_ldap.so
--else
-- $(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/pam_ldap.so.1
-- -rm -f $(DESTDIR)$(libdir)/security/pam_ldap.so
-- -ln -s $(DESTDIR)$(libdir)/security/pam_ldap.so.1 $(DESTDIR)$(libdir)/security/pam_ldap.so
--endif
-+ $(INSTALL_PROGRAM) -o root -g wheel pam_ldap.so $(DESTDIR)$(libdir)/pam_ldap.so
-
- install-data-local:
- @$(NORMAL_INSTALL)
-- @if test ! -f $(DESTDIR)$(sysconfdir)/ldap.conf; then \
-+ @if test ! -f $(DESTDIR)$(sysconfdir)/ldap.conf.dist; then \
- $(mkinstalldirs) $(DESTDIR)$(sysconfdir); \
-- $(INSTALL_DATA) -o root -g root $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf; \
-+ $(INSTALL_DATA) -o root -g wheel $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf.dist; \
- fi
-
- uninstall-local: