Changeset 2108


Ignore:
Timestamp:
04/10/08 21:30:59 (5 years ago)
Author:
anarcat
Message:

add missing configuration that wasn't ran properly when installing, since initrep.sh was removed from the installation at some point. remove initrep.sh altogether since it's not required anymore. Closes: #1109.

Location:
alternc/trunk
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/debian/postinst

    r1999 r2108  
    4141    # ajoute l'user postfix au groupe sasl 
    4242    adduser --quiet postfix sasl 
     43 
     44    # corriger les permissions du chroot 
     45    mkdir -p /var/spool/postfix/var/run/saslauthd || true 
     46    dpkg-statoverride --quiet --update --add root sasl 710 /var/spool/postfix/var/run/saslauthd  || true 
    4347 
    4448    # build local.sh if it does not exist 
  • alternc/trunk/debian/rules

    r2041 r2108  
    6060        chown -R www-data:www-data debian/alternc/var/log/alternc 
    6161        chown -R www-data:www-data debian/alternc/var/alternc/tmp 
     62 
     63    for sub in dns dns/redir mail html apacheconf 
     64    do 
     65        for i in a b c d e f g h i j k l m n o p q r s t u v w x y z _ 0 1 2 3 4 5 6 7 8 9 
     66            do 
     67            mkdir -p $DATA/$sub/$i 
     68            chown www-data $DATA/$sub/$i 
     69        done 
     70    done 
    6271 
    6372        chmod a+x debian/alternc/usr/share/alternc/install/alternc.install 
Note: See TracChangeset for help on using the changeset viewer.