Skip site navigation (1)Skip section navigation (2)
Date:      3 Aug 2010 14:21:14 +0400
From:      "Alexey V.Degtyarev" <alexey@renatasystems.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/149229: security/openvpn-auth-ldap: auth-ldap.conf should be installed with PORTDOCS
Message-ID:  <20100803102114.49827.qmail@hs-9.renatasystems.org>
Resent-Message-ID: <201008031030.o73AU8Yc039507@freefall.freebsd.org>

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

>Number:         149229
>Category:       ports
>Synopsis:       security/openvpn-auth-ldap: auth-ldap.conf should be installed with PORTDOCS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 03 10:30:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Alexey V. Degtyarev
>Release:        FreeBSD 8.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD renatasystems.org 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:02:08 UTC 2009 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
auth-ldap.conf configuration example doesn't installed neither with port
installation nor with package but provided with distribution. To find it out
after reading README file you must visit WWW site and browse the documentation
(as README has reference to auth-ldap.conf file).

Consider to install auth-ldap.conf with README file as part of software
documentation. 
>How-To-Repeat:
	
>Fix:

	

--- openvpn-auth-ldap.auth-ldap.patch begins here ---
diff -u openvpn-auth-ldap.orig/Makefile openvpn-auth-ldap/Makefile
--- openvpn-auth-ldap.orig/Makefile	2010-08-03 10:06:50.000000000 +0000
+++ openvpn-auth-ldap/Makefile	2010-08-03 10:07:50.000000000 +0000
@@ -23,13 +23,14 @@
 CONFIGURE_ARGS+=	--with-openldap=${LOCALBASE} \
 			--with-openvpn=${OPENVPN_WRKSRC}
 
-PORTDOCS=	README
+PORTDOCS=	README auth-ldap.conf
 PLIST_FILES=	lib/openvpn-auth-ldap.so
 
 post-install:
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/auth-ldap.conf ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
--- openvpn-auth-ldap.auth-ldap.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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