ports/138086: Update port: net/nss_ldapd Fix rc.d script

Douglas William Thrift douglas at douglasthrift.net
Sun Aug 23 03:20:03 UTC 2009


>Number:         138086
>Category:       ports
>Synopsis:       Update port: net/nss_ldapd Fix rc.d script
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 23 03:20:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Douglas William Thrift
>Release:        FreeBSD 7.2-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD zweihander.ccs.ucsb.edu 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #12: Tue Aug 4 16:54:15 PDT 2009 root at zweihander.ccs.ucsb.edu:/usr/obj/usr/src/sys/DOPPELSOLDNER amd64
>Description:
The rc.d script for net/nss_ldapd had %{name} where it should have had ${name}.
>How-To-Repeat:
>Fix:
--- nss_ldapd.patch begins here ---
diff -Nrux .svn -x work /usr/ports/net/nss_ldapd/Makefile nss_ldapd/Makefile
--- /usr/ports/net/nss_ldapd/Makefile	2009-08-13 18:46:44.000000000 -0700
+++ nss_ldapd/Makefile	2009-08-22 18:06:00.636342612 -0700
@@ -7,6 +7,7 @@
 
 PORTNAME=		nss_ldapd
 PORTVERSION=		0.6.11
+PORTREVISION=		1
 CATEGORIES=		net
 MASTER_SITES=		http://arthurdejong.org/nss-ldapd/
 DISTNAME=		nss-ldapd-${PORTVERSION}
diff -Nrux .svn -x work /usr/ports/net/nss_ldapd/files/nslcd.in nss_ldapd/files/nslcd.in
--- /usr/ports/net/nss_ldapd/files/nslcd.in	2009-08-13 18:46:44.000000000 -0700
+++ nss_ldapd/files/nslcd.in	2009-08-22 17:49:53.548256383 -0700
@@ -17,7 +17,7 @@
 name=nslcd
 rcvar=$(set_rcvar)
 
-command="%%PREFIX%%/sbin/%{name}"
+command="%%PREFIX%%/sbin/${name}"
 pidfile="/var/run/${name}.pid"
 
 load_rc_config ${name}
--- nss_ldapd.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list