Changeset 538


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

[project @ alternc: changeset 2005-03-05 15:37:40 by anarcat]
changer default_ip pour public_ip pour encore plus tout clarifier

Original author: anarcat
Date: 2005-03-05 15:37:40

Location:
debian
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • debian/config

    r536 r538  
    3535  db_set alternc/mysql/user $MYSQL_USER 
    3636  db_set alternc/mysql/password $MYSQL_PASS 
    37   db_set alternc/default_ip $DEFAULT_IP 
     37  db_set alternc/public_ip $DEFAULT_IP 
    3838  db_set alternc/default_mx $DEFAULT_MX 
    3939  db_set alternc/data_part $DATA_PART 
     
    4848db_input medium alternc/desktopname || true 
    4949db_input medium alternc/hostingname || true 
    50 db_input medium alternc/default_ip || true 
     50db_input medium alternc/public_ip || true 
    5151db_input medium alternc/internal_ip || true 
    5252db_input medium alternc/default_mx || true 
  • debian/postinst

    r534 r538  
    5959    for pair in \ 
    6060    "alternc/desktopname FQDN" \ 
    61     "alternc/default_ip DEFAULT_IP" \ 
    6261    "alternc/default_mx DEFAULT_MX" \ 
    6362    "alternc/data_part DATA_PART" \ 
     
    6564    "alternc/mysql/db MYSQL_DATABASE" \ 
    6665    "alternc/mysql/user MYSQL_USER" \ 
    67     "alternc/mysql/password MYSQL_PASS" 
     66    "alternc/mysql/password MYSQL_PASS" \ 
     67    "alternc/public_ip DEFAULT_IP" 
    6868    do 
    6969      skip=0 
  • debian/templates

    r534 r538  
    8585 Merci de choisir un mot de passe complexe, car ce compte aura un accès complet à toute la base système !!! 
    8686 
    87 Template: alternc/default_ip 
     87Template: alternc/public_ip 
    8888Type: string 
    8989Description: the primary IP of this server 
Note: See TracChangeset for help on using the changeset viewer.