summaryrefslogtreecommitdiff
path: root/net/nss-pam-ldapd/files
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2014-06-25 05:18:07 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2014-06-25 05:18:07 +0000
commit4bde157247a8dd613e16048a7701a02ea240e8a9 (patch)
tree31ef7eeb66a0abb82eba4ca52ce4925d2b5852e0 /net/nss-pam-ldapd/files
parent- update to 1.2.1 (diff)
- fix pkg-plist
- use @sample macro in pkg-plist - bump PORTREVSION PR: 190830 Submitted by: ohauer Approved by: zi (maintainer)
Diffstat (limited to 'net/nss-pam-ldapd/files')
-rw-r--r--net/nss-pam-ldapd/files/patch-Makefile.in11
-rw-r--r--net/nss-pam-ldapd/files/pkg-message.in2
2 files changed, 12 insertions, 1 deletions
diff --git a/net/nss-pam-ldapd/files/patch-Makefile.in b/net/nss-pam-ldapd/files/patch-Makefile.in
new file mode 100644
index 000000000000..aca8f7a983fc
--- /dev/null
+++ b/net/nss-pam-ldapd/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- ./Makefile.in.orig 2014-06-09 14:12:14.000000000 +0200
++++ ./Makefile.in 2014-06-09 14:12:30.000000000 +0200
+@@ -849,7 +849,7 @@
+ echo "$(DESTDIR)$(NSLCD_CONF_PATH) already exists, install will not overwrite"; \
+ else \
+ $(mkinstalldirs) `dirname $(DESTDIR)$(NSLCD_CONF_PATH)`; \
+- $(INSTALL) -m 600 $(srcdir)/nslcd.conf $(DESTDIR)$(NSLCD_CONF_PATH); \
++ $(INSTALL) -m 600 $(srcdir)/nslcd.conf $(DESTDIR)$(NSLCD_CONF_PATH).sample; \
+ fi
+ uninstall-nslcd_conf:
+ -rm -f $(DESTDIR)$(NSLCD_CONF_PATH)
diff --git a/net/nss-pam-ldapd/files/pkg-message.in b/net/nss-pam-ldapd/files/pkg-message.in
index 613dda8ea2b7..68e00e60f396 100644
--- a/net/nss-pam-ldapd/files/pkg-message.in
+++ b/net/nss-pam-ldapd/files/pkg-message.in
@@ -15,7 +15,7 @@ To start nslcd add nslcd_enable="YES" to /etc/rc.conf and run:
If you also want to supervise the nslcd daemon
add nslcd_supervisor="YES" to rc.conf as well.
-NOTE: supervision requires FreeBSD 9.1 or greater.
+NOTE: supervision requires FreeBSD 8.4, 9.1 or greater.
See the comments in %%PREFIX%%/etc/rc.d/nslcd for additional tunables.
=====================================================================