Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jul 2004 12:54:57 +0200 (CEST)
From:      Florent Thoumie <flz@xbsd.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/69558: Update port: net/smbldap-tools - correct wrong path in smbldap-passwd
Message-ID:  <20040725105457.C749EEF3@gw.xbsd.org>
Resent-Message-ID: <200407251100.i6PB0dOW039930@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         69558
>Category:       ports
>Synopsis:       Update port: net/smbldap-tools - correct wrong path in smbldap-passwd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 25 11:00:39 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Florent Thoumie
>Release:        FreeBSD 4.9-RC i386
>Organization:
Xbsd.org
>Environment:

System: FreeBSD gw 4.9-RC FreeBSD 4.9-RC #4: Sun Oct 5 14:25:09 CEST 2003 rf@gw:/usr/src/sys/compile/GW i386

>Description:

This patch corrects the path of slappasswd in smbldap-passwd.

Thanks to Ilia Chipitsine <ilia@chel.skbkontur.ru>.

>How-To-Repeat:

N/A

>Fix:

--- smbldap-tools.diff begins here ---
--- Makefile	Tue May 25 23:19:26 2004
+++ Makefile.new	Sun Jul 25 12:48:11 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	smbldap-tools
 PORTVERSION=	0.8.4
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.idealx.org/prj/samba/dist/
 EXTRACT_SUFX=	.tgz
@@ -27,6 +28,7 @@
 	${REINPLACE_CMD} -e 's#/etc/smb#${PREFIX}/etc/smb#' ${WRKSRC}/configure.pl \
 							${WRKSRC}/smbldap.conf \
 							${WRKSRC}/smbldap_tools.pm
+	${REINPLACE_CMD} -e 's#/usr/sbin#${LOCALBASE}/sbin#' ${WRKSRC}/smbldap-passwd
 
 do-install:
 	${MKDIR} ${EXAMPLESDIR}
--- smbldap-tools.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040725105457.C749EEF3>