Changeset 414


Ignore:
Timestamp:
02/22/06 00:16:23 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2004-10-24 04:02:49 by anonymous]
ne plus toucher à local.sh dans alternc.install, c'est maintenant géré
et créé du postinst

Original author: anonymous
Date: 2004-10-24 04:02:49

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • debian/postinst

    r362 r414  
    3232    . /usr/share/debconf/confmodule 
    3333 
     34    # rebuild local.sh 
    3435    cp /dev/null /etc/alternc/local.sh 
     36 
     37    chown www-data /etc/alternc/local.sh 
    3538 
    3639    for pair in \ 
  • install/scripts/alternc.install

    r404 r414  
    142142         "local.php" => "[General] Fichier de configuration general du Bureau virtuel", 
    143143 
    144          # Externalisation des mots de passe utilises dans les shells systeme : 
    145          "etc/alternc/local.sh" => "[Pass] Mots de passe mysql utilisés par les shells systeme", 
    146  
    147144         # Bind9 (serveur DNS) 
    148145         "etc/bind/named.conf" => "[Bind9] Fichier de configuration principal", 
     
    346343system("chown root.www-data /var/alternc/bureau/class/*.php"); 
    347344system("chown root.www-data /var/alternc/bureau/class"); 
    348 system("chgrp www-data /etc/alternc/local.sh"); 
    349345system("chgrp www-data /etc/alternc/sendmail"); 
    350346 
Note: See TracChangeset for help on using the changeset viewer.