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 . /usr/share/alternc/install/mysql.sh
fi fi
# forget the password # We don't force seen or reset the data : this will allow preseeding
db_reset alternc/mysql/password || true # db_reset alternc/mysql/password || true
db_fset alternc/mysql/password "seen" "false" || true # db_fset alternc/mysql/password "seen" "false" || true
if [ -e $CONFIGFILE ]; then if [ -e $CONFIGFILE ]; then
# source local.sh variables # source local.sh variables
@ -211,7 +211,8 @@ EOF
fi fi
#clean old access to the management panel #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 # Bind stuff
touch /var/alternc/bind/automatic.conf /var/alternc/bind/slaveip.conf touch /var/alternc/bind/automatic.conf /var/alternc/bind/slaveip.conf