|
From: <bin...@li...> - 2001-10-07 21:15:50
|
Hi Alex,
that looks fine to me.
Andi
>find ${BC_PATH}/build/site_name/en/ -name '*.php' -type f -exec chmod
>u+rw,g+rw,a+r {} \;
>and
>find ${BC_PATH}/build/site_name/en/htdocs -type f -exec chmod -R
>u+rw,g+rw,a+r {} \;
><fsperms>
> <file>
> <match>*.php</match>
> <perms>
> <user>rw</user>
> <group>rw</group>
> <all>r</all>
> </perms>
> </file>
> <location>
> <!-- this is the path from lang_code root in the build dir -->
> <path>htdocs/</path>
> <resursive>true</recursive>
> <perms>
> <user>rw</user>
> <group>rw</group>
> <all>r</all>
> </perms>
> </location>
></fsperms>
|