[SM-Commit] PERFORCE change 79538 by David Kowis for review
Ladislav Hagara
ladislav.hagara at unob.cz
Sun May 21 18:01:13 EDT 2006
> Change 79538 by david_kowis at 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" &&
What was wrong with 0664?
It seems hazardously for me.
--
Ladislav Hagara
More information about the SM-Commit
mailing list