Change 79538 by david_kowis@dkowis-kain on 2006/05/19 21:34:41
Fixed a permissions evilness in FUNCTIONS install_www_files
Affected files ...
... //sgl/grimoires/devel/ChangeLog#331 edit
... //sgl/grimoires/devel/FUNCTIONS#35 edit
Differences ...
==== //sgl/grimoires/devel/ChangeLog#331 (text) ====
@@ -3,6 +3,8 @@
2006-05-19 David Kowis <dkowis AT shlrm.org>
* FUNCTIONS: Added a function to get at the install_www_files location
+ Also fixed some permissions mangling
+ * perl-cpan/cgi-speedycgi: perlmodule to persist perl scripts
==== //sgl/grimoires/devel/FUNCTIONS#35 (xtext) ====
@@ -241,7 +241,7 @@
# find $1 -type -f | while read file; do
for www_file in `find $1 -type f`; do
if install_config_file "$www_file" "$WWW_DEST/$www_file"; then
- chmod 0644 "$WWW_DEST/$www_file" &&
+ chmod u+r,g+r,o-wx "$WWW_DEST/$www_file" &&
Archive powered by MHonArc 2.6.24.