Changeset 586


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

[project @ alternc: changeset 2005-03-10 16:24:55 by benjamin]
test de quand est lancé "config" car certaines variables sont
écrasées.

Original author: benjamin
Date: 2005-03-10 16:24:55

Location:
debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • debian/config

    r576 r586  
    22 
    33set -e 
     4 
     5echo "CONFIG WAS HERE :~D"  
    46 
    57# Source debconf library. 
     
    2729  DEFAULT_IP=`/sbin/ifconfig | sed -e '/inet add\?r/!d; s/^.*inet add\?r:[^0-9\.]*\([0-9\.]*\).*$/\1/; q'` 
    2830  DEFAULT_MX=`cat /etc/mailname` 
    29   DATA_PART=`df /var/alternc | awk '/^\// { print $1 }'` 
     31  DATA_PART=`df /var/alternc 2>/dev/null | awk '/^\// { print $1 }'` 
    3032  FQDN=`hostname -f` 
    3133  # default DATA_PART to /dev/hda, even if we can't find any 
  • debian/postinst

    r563 r586  
    3535    configure) 
    3636 
    37     # Prepare the sasldb for postfix : 
     37    # Prepare the sasldb for postfix : TODO : remove this for SARGE as it is useless now. 
    3838    touch /etc/sasldb 
    3939    chgrp 33 /etc/sasldb 
Note: See TracChangeset for help on using the changeset viewer.