ports/149229: security/openvpn-auth-ldap: auth-ldap.conf should be installed with PORTDOCS

Alexey V.Degtyarev alexey at renatasystems.org
Tue Aug 3 10:30:08 UTC 2010


>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 at 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:



More information about the freebsd-ports-bugs mailing list