Comment 3 for bug 1152360

Revision history for this message
psanpietro (psanpietro-7) wrote :

Hi dedeco,

Here's what the script does:

chown pablo:root /usr/local/scripts/ -R -L
chmod ug+rw /usr/local/scripts/dnw/ -R
chmod +r /usr/local/scripts/dnw/ -R
chmod o-w /usr/local/scripts/dnw/ -R

chown www-data:pablo /var/www/ -R -L
chmod ug+rw /var/www/dnw/ -R
chmod +r /var/www/dnw/ -R
chmod o-w /var/www/dnw/ -R

Where /usr/local/scripts/dnw is a symbolic link to the folder /home/pablo/bazaar/DENWAPBX/trunk/scripts/ (that's inside the repo), and /var/www/dnw is a symbolic link to the folder /home/pablo/bazaar/DENWAPBX/trunk/www/ (that's also inside the repo).

Let me know if you need any additional info.
Hope it helps.

Thanks for answering.