From 0c6cf5a3f4b5dfe78e5454d5403f7b27b5d463da Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Sun, 27 Mar 2011 11:19:54 +0000 Subject: [PATCH] removing /var/alternc/dns + don't ask for mysql password everytime (may break something...) --- debian/alternc.postinst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/alternc.postinst b/debian/alternc.postinst index f4536c08..ea4f132a 100644 --- a/debian/alternc.postinst +++ b/debian/alternc.postinst @@ -146,9 +146,9 @@ EOF . /usr/share/alternc/install/mysql.sh fi - # forget the password - db_reset alternc/mysql/password || true - db_fset alternc/mysql/password "seen" "false" || true +# We don't force seen or reset the data : this will allow preseeding +# db_reset alternc/mysql/password || true +# db_fset alternc/mysql/password "seen" "false" || true if [ -e $CONFIGFILE ]; then # source local.sh variables @@ -211,7 +211,8 @@ EOF fi #clean old access to the management panel - find /var/alternc/dns/ -type l -lname /var/alternc/bureau -exec rm {} \; + # We don't use this anymore : (FIXME : shall we remove /var/alternc/dns while upgrading ?) + #find /var/alternc/dns/ -type l -lname /var/alternc/bureau -exec rm {} \; # Bind stuff touch /var/alternc/bind/automatic.conf /var/alternc/bind/slaveip.conf