ports/159619: net-mgmt/netams install cgi scripts without exec permissions

scheidell at FreeBSD.org scheidell at FreeBSD.org
Sat Jan 28 20:21:01 UTC 2012


Synopsis: net-mgmt/netams install cgi scripts without exec permissions

State-Changed-From-To: open->closed
State-Changed-By: scheidell
State-Changed-When: Sat Jan 28 20:20:15 UTC 2012
State-Changed-Why: 
Committed this:
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/netams/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- Makefile	28 Nov 2011 19:55:34 -0000	1.28
+++ Makefile	28 Jan 2012 20:16:37 -0000
@@ -146,10 +146,10 @@
 	${INSTALL_DATA} ${WRKSRC}/cgi-bin/images/${f} ${WWWDIR}/images/
 .endfor
 .for f in ${USERCGI}
-	${INSTALL_DATA} ${WRKSRC}/cgi-bin/${f} ${WWWDIR}/cgi-bin/
+	${INSTALL_PROGRAM} ${WRKSRC}/cgi-bin/${f} ${WWWDIR}/cgi-bin/
 .endfor
 .for f in ${ADMINCGI}
-	${INSTALL_DATA} ${WRKSRC}/cgi-bin/admin/${f} ${WWWDIR}/cgi-bin/admin/
+	${INSTALL_PROGRAM} ${WRKSRC}/cgi-bin/admin/${f} ${WWWDIR}/cgi-bin/admin/


Responsible-Changed-From-To: freebsd-ports-bugs->scheidell
Responsible-Changed-By: scheidell
Responsible-Changed-When: Sat Jan 28 20:20:15 UTC 2012
Responsible-Changed-Why: 
Committed

http://www.freebsd.org/cgi/query-pr.cgi?pr=159619



More information about the freebsd-ports-bugs mailing list