svn commit: r456718 - in head/net/nss-pam-ldapd: . files

Ryan Steinmetz zi at FreeBSD.org
Tue Dec 19 14:40:36 UTC 2017


Author: zi
Date: Tue Dec 19 14:40:35 2017
New Revision: 456718
URL: https://svnweb.freebsd.org/changeset/ports/456718

Log:
  - Add slapd to REQUIRES list for scenarios where the ldap server is on localhost
  
  PR:		224448
  Submitted by:	matthias.pfaller at familie-pfaller.de

Modified:
  head/net/nss-pam-ldapd/Makefile
  head/net/nss-pam-ldapd/files/nslcd.in

Modified: head/net/nss-pam-ldapd/Makefile
==============================================================================
--- head/net/nss-pam-ldapd/Makefile	Tue Dec 19 14:20:19 2017	(r456717)
+++ head/net/nss-pam-ldapd/Makefile	Tue Dec 19 14:40:35 2017	(r456718)
@@ -3,6 +3,7 @@
 
 PORTNAME=		nss-pam-ldapd
 PORTVERSION=		0.9.8
+PORTREVISION=		1
 CATEGORIES=		net
 MASTER_SITES=		http://arthurdejong.org/nss-pam-ldapd/ \
 			ZI

Modified: head/net/nss-pam-ldapd/files/nslcd.in
==============================================================================
--- head/net/nss-pam-ldapd/files/nslcd.in	Tue Dec 19 14:20:19 2017	(r456717)
+++ head/net/nss-pam-ldapd/files/nslcd.in	Tue Dec 19 14:40:35 2017	(r456718)
@@ -3,7 +3,7 @@
 # $FreeBSD$
 #
 # PROVIDE: nslcd
-# REQUIRE: NETWORKING ldconfig resolv kstart
+# REQUIRE: NETWORKING slapd ldconfig resolv kstart
 # BEFORE: syslogd
 # KEYWORD: shutdown
 #


More information about the svn-ports-all mailing list