Changeset 154


Ignore:
Timestamp:
02/21/06 23:45:12 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2003-10-08 23:50:58 by root]
Correctif bug 2.A doc de Ganjah 0.3 (chown et chgrp manquants)

Original author: root
Date: 2003-10-08 23:50:58

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/scripts/alternc.install

    r131 r154  
    340340system("chmod 4750 /usr/lib/alternc/quota_edit"); 
    341341system("chmod 4750 /usr/lib/alternc/quota_get"); 
     342system("chmod 4750 /usr/lib/alternc/mail_add"); 
     343system("chmod 4750 /usr/lib/alternc/mail_del"); 
     344system("chmod 4750 /usr/lib/alternc/mem_del"); 
     345system("chmod 4750 /usr/lib/alternc/db_create"); 
    342346system("chmod 0640 /var/alternc/bureau/class/*.php"); 
    343347system("chown root.www-data /var/alternc/bureau/class/*.php"); 
    344348system("chown root.www-data /var/alternc/bureau/class"); 
    345  
     349system("chgrp www-data /etc/alternc"); 
     350system("chgrp www-data /etc/alternc/local.sh"); 
     351system("chgrp www-data /etc/alternc/sendmail"); 
    346352 
    347353 
Note: See TracChangeset for help on using the changeset viewer.