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

Ryan Steinmetz zi at FreeBSD.org
Mon Jan 23 02:20:52 UTC 2017


Author: zi
Date: Mon Jan 23 02:20:50 2017
New Revision: 432185
URL: https://svnweb.freebsd.org/changeset/ports/432185

Log:
  - Update nslcd rc script to REQUIRE kstart
  
  PR:		216242
  Submitted by:	prj at rootwyrm.com

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	Mon Jan 23 02:17:48 2017	(r432184)
+++ head/net/nss-pam-ldapd/Makefile	Mon Jan 23 02:20:50 2017	(r432185)
@@ -3,6 +3,7 @@
 
 PORTNAME=		nss-pam-ldapd
 PORTVERSION=		0.9.7
+PORTREVISION=		1
 CATEGORIES=		net
 MASTER_SITES=		http://arthurdejong.org/nss-pam-ldapd/ \
 			http://mirrors.rit.edu/zi/

Modified: head/net/nss-pam-ldapd/files/nslcd.in
==============================================================================
--- head/net/nss-pam-ldapd/files/nslcd.in	Mon Jan 23 02:17:48 2017	(r432184)
+++ head/net/nss-pam-ldapd/files/nslcd.in	Mon Jan 23 02:20:50 2017	(r432185)
@@ -3,7 +3,7 @@
 # $FreeBSD$
 #
 # PROVIDE: nslcd
-# REQUIRE: NETWORKING ldconfig resolv
+# REQUIRE: NETWORKING ldconfig resolv kstart
 # BEFORE: syslogd
 # KEYWORD: shutdown
 #


More information about the svn-ports-head mailing list