Changeset 1211


Ignore:
Timestamp:
01/20/05 05:35:06 (8 years ago)
Author:
anarcat
Message:

do not try to include alternc.conf, it's not a shell script

use FQDN instead of fqdn, since it's that that is defined in local.sh,
as of alternc 0.9.3

also bump the version number and depend on alternc 0.9.3, soon to be
released

Location:
trunk/debian
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/changelog

    r1201 r1211  
     1alternc-mailman (1.1-3) unstable; urgency=medium 
     2 
     3  * Use variables from local.sh instead of alternc.conf 
     4  * Require 0.9.3 since local.sh defines necessary variables only there 
     5 
     6 -- The Anarcat <anarcat@koumbit.org> Thu, 19 Jan 2005 23:33:27 +0500 
     7 
    18alternc-mailman (1.1-2) unstable; urgency=low 
    29 
  • trunk/debian/control

    r1199 r1211  
    88Priority: optional 
    99Section: admin 
    10 Version: 1.0-5 
    1110Architecture: i386 
    12 Depends: alternc (>=0.9.2), mailman (>=2.1), debconf (>= 0.5.00) 
     11Depends: alternc (>=0.9.3), mailman (>=2.1), debconf (>= 0.5.00) 
    1312Description: Mailman module for AlternC 
    1413 AlternC is a hosting software suite based on Valentin 
  • trunk/debian/postinst

    r1196 r1211  
    5353        # On crée le fichier mm_cfg.py dans /etc/mailman :  
    5454        echo "Création du fichier de config mailman" 
    55         . /etc/alternc/alternc.conf 
    56         sed -e "s/%%fqdn%%/$fqdn/" </usr/share/alternc/install/etc/mailman/mm_cfg.py >/etc/mailman/mm_cfg.py 
     55        sed -e "s/%%fqdn%%/$FQDN/" </usr/share/alternc/install/etc/mailman/mm_cfg.py >/etc/mailman/mm_cfg.py 
    5756        # Process the language compilation. 
    5857        /usr/share/alternc/install/dopo.sh 
Note: See TracChangeset for help on using the changeset viewer.