removing /var/alternc/dns + don't ask for mysql password everytime (may break something...)

This commit is contained in:
Benjamin Sonntag 2011-03-27 11:19:54 +00:00
parent de58c7fd1e
commit 0c6cf5a3f4
1 changed files with 5 additions and 4 deletions

View File

@ -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