Changeset 2108
- Timestamp:
- 04/10/08 21:30:59 (1 month ago)
- Files:
-
- alternc/trunk/debian/postinst (modified) (1 diff)
- alternc/trunk/debian/rules (modified) (1 diff)
- alternc/trunk/install/initrep.sh (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/debian/postinst
r1999 r2108 41 41 # ajoute l'user postfix au groupe sasl 42 42 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 43 47 44 48 # build local.sh if it does not exist alternc/trunk/debian/rules
r2041 r2108 60 60 chown -R www-data:www-data debian/alternc/var/log/alternc 61 61 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 62 71 63 72 chmod a+x debian/alternc/usr/share/alternc/install/alternc.install
