Date: Sat, 28 Jan 2012 20:21:00 GMT From: scheidell@FreeBSD.org To: jura@netams.com, raven77@ukr.net, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org Subject: Re: ports/159619: net-mgmt/netams install cgi scripts without exec permissions Message-ID: <201201282021.q0SKL0HB085243@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201282021.q0SKL0HB085243>