diff options
author | zi <zi@FreeBSD.org> | 2017-12-19 22:40:35 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2017-12-19 22:40:35 +0800 |
commit | 86dbf215014e2a48eec8de22391aa98bd59a3e38 (patch) | |
tree | 2a346e4ac7689cb5fe714e30ec10e7d6df24f801 | |
parent | 772d0373d110fa1673bd0a5f479a584971aebccf (diff) | |
download | freebsd-ports-gnome-86dbf215014e2a48eec8de22391aa98bd59a3e38.tar.gz freebsd-ports-gnome-86dbf215014e2a48eec8de22391aa98bd59a3e38.tar.zst freebsd-ports-gnome-86dbf215014e2a48eec8de22391aa98bd59a3e38.zip |
- Add slapd to REQUIRES list for scenarios where the ldap server is on localhost
PR: 224448
Submitted by: matthias.pfaller@familie-pfaller.de
-rw-r--r-- | net/nss-pam-ldapd/Makefile | 1 | ||||
-rw-r--r-- | net/nss-pam-ldapd/files/nslcd.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/nss-pam-ldapd/Makefile b/net/nss-pam-ldapd/Makefile index 51315575cf69..c10dc12b4dc4 100644 --- a/net/nss-pam-ldapd/Makefile +++ b/net/nss-pam-ldapd/Makefile @@ -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 diff --git a/net/nss-pam-ldapd/files/nslcd.in b/net/nss-pam-ldapd/files/nslcd.in index 7f8c6c4ade36..dd9a7b69e8e8 100644 --- a/net/nss-pam-ldapd/files/nslcd.in +++ b/net/nss-pam-ldapd/files/nslcd.in @@ -3,7 +3,7 @@ # $FreeBSD$ # # PROVIDE: nslcd -# REQUIRE: NETWORKING ldconfig resolv kstart +# REQUIRE: NETWORKING slapd ldconfig resolv kstart # BEFORE: syslogd # KEYWORD: shutdown # |