mhonarc-commits
[Top] [All Lists]

CVS: mharc/bin apply-config,1.7,1.8

2002-07-22 21:11:00
Update of /cvsroot/mhonarc/mharc/bin
In directory subversions:/tmp/cvs-serv27094/bin

Modified Files:
	apply-config 
Log Message:
* bin/apply-conf:
  . Explicitly remove group and other write bit on generated files
    that are executable.  This helps avoid Apache HTTP server suEXEC
    problems with CGI programs.


Index: apply-config
===================================================================
RCS file: /cvsroot/mhonarc/mharc/bin/apply-config,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** apply-config	30 May 2002 18:38:42 -0000	1.7
--- apply-config	23 Jul 2002 04:10:46 -0000	1.8
***************
*** 134,138 ****
      close(OUT);
      if (-x $file) {
!       run_prg('/bin/chmod', 'a+x', $file_out);
      }
    }
--- 134,138 ----
      close(OUT);
      if (-x $file) {
!       run_prg('/bin/chmod', 'a+x,go-w', $f9le_out);
      }
    }

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV