setup /etc/lsb-base-logging.sh in postinst

This commit is contained in:
Dietmar Maurer 2013-03-26 07:16:26 +01:00
parent 7fc8e02051
commit d0e55a8553

5
debian/postinst vendored
View File

@ -54,7 +54,10 @@ case "$1" in
else
echo '|/usr/bin/pvemailforward' >/root/.forward
fi
# disable fancy init messages (bad with bootlogd)
test -f /etc/lsb-base-logging.sh || echo "FANCYTTY=0" >/etc/lsb-base-logging.sh
update-rc.d pvedaemon defaults 21 79 >/dev/null
update-rc.d pvestatd defaults 21 79 >/dev/null
update-rc.d pvebanner start 99 2 3 4 5 . >/dev/null