Bug 159619 - net-mgmt/netams install cgi scripts without exec permissions
Summary: net-mgmt/netams install cgi scripts without exec permissions
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-09 08:30 UTC by Olexandr
Modified: 2012-01-28 20:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olexandr 2011-08-09 08:30:08 UTC
net-mgmt/netams install cgi scripts to $LOCALBASE/www/netams/cgi-bin/ without exec permissions.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-09 08:30:21 UTC
Maintainer of net-mgmt/netams,

Please note that PR ports/159619 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/159619

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-09 08:30:25 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Michael Scheidell freebsd_committer freebsd_triage 2012-01-28 20:02:38 UTC
State Changed
From-To: feedback->open

maintainer timeout
Comment 4 Michael Scheidell freebsd_committer freebsd_triage 2012-01-28 20:20:15 UTC
State Changed
From-To: open->closed

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/ 


Comment 5 Michael Scheidell freebsd_committer freebsd_triage 2012-01-28 20:20:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

Committed
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-01-28 20:20:15 UTC
scheidell    2012-01-28 20:20:02 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/netams      Makefile 
  Log:
  - update makefile, install cgiprograms with INSTALL_PROGRAM (was INSTALL_DATA) [1]
  
  PR:             ports/159619 [2]
  Submitted by:   Olexandr <raven77@ukr.net> [2]
  Reviewed by:    scheidell [1]
  Approved by:    maintainer (timeout, 5 months), gabor (mentor, implicit)
  
  Revision  Changes    Path
  1.29      +2 -2      ports/net-mgmt/netams/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"