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