- Update to 0.9.7

- Specify path to pidfile in rc script

PR:		210912, 213030
Submitted by:	Marc Siebeneicher, Brent Busby
This commit is contained in:
Ryan Steinmetz 2016-10-03 20:52:58 +00:00
parent 191faada0a
commit 516eee31a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423225
4 changed files with 8 additions and 7 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= nss-pam-ldapd
PORTVERSION= 0.8.14
PORTREVISION= 3
PORTVERSION= 0.9.7
CATEGORIES= net
MASTER_SITES= http://arthurdejong.org/nss-pam-ldapd/ \
http://mirrors.rit.edu/zi/

View File

@ -1,2 +1,3 @@
SHA256 (nss-pam-ldapd-0.8.14.tar.gz) = a29ceb9b7eda386ca38f16115ffec61425462cca6b5e560c44c3d51edc03a63f
SIZE (nss-pam-ldapd-0.8.14.tar.gz) = 508949
TIMESTAMP = 1475527019
SHA256 (nss-pam-ldapd-0.9.7.tar.gz) = 0db88d6518bf7ffb01b44f8f8841ece5162906982ce2c9e45e6afff90d3783eb
SIZE (nss-pam-ldapd-0.9.7.tar.gz) = 762743

View File

@ -23,6 +23,7 @@ load_rc_config ${name}
: ${nslcd_supervisor=NO}
command="/usr/sbin/daemon";
pidfile="%%NSLCD_PIDFILE%%"
start_precmd=nslcd_prestart
start_cmd=nslcd_start
status_cmd=nslcd_status

View File

@ -1,6 +1,6 @@
--- ./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 @@
--- Makefile.in.orig 2016-10-03 20:44:13 UTC
+++ Makefile.in
@@ -866,7 +866,7 @@ install-nslcd_conf:
echo "$(DESTDIR)$(NSLCD_CONF_PATH) already exists, install will not overwrite"; \
else \
$(mkinstalldirs) `dirname $(DESTDIR)$(NSLCD_CONF_PATH)`; \