Changeset 586
Legend:
- Unmodified
- Added
- Removed
-
debian/config
r576 r586 2 2 3 3 set -e 4 5 echo "CONFIG WAS HERE :~D" 4 6 5 7 # Source debconf library. … … 27 29 DEFAULT_IP=`/sbin/ifconfig | sed -e '/inet add\?r/!d; s/^.*inet add\?r:[^0-9\.]*\([0-9\.]*\).*$/\1/; q'` 28 30 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 }'` 30 32 FQDN=`hostname -f` 31 33 # default DATA_PART to /dev/hda, even if we can't find any -
debian/postinst
r563 r586 35 35 configure) 36 36 37 # Prepare the sasldb for postfix : 37 # Prepare the sasldb for postfix : TODO : remove this for SARGE as it is useless now. 38 38 touch /etc/sasldb 39 39 chgrp 33 /etc/sasldb
Note: See TracChangeset
for help on using the changeset viewer.
