From 210e2972bd1f078ab2f80676a4133a3676b3cea5 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 26 Mar 2009 21:20:56 +0100 Subject: [PATCH] exim handling on upgrades --- input/howto/upgrade-to-lenny.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/input/howto/upgrade-to-lenny.mdwn b/input/howto/upgrade-to-lenny.mdwn index 0776afb..e3462ad 100644 --- a/input/howto/upgrade-to-lenny.mdwn +++ b/input/howto/upgrade-to-lenny.mdwn @@ -23,6 +23,7 @@ turn off samhain maybe turn off exim /etc/init.d/exim4 stop + mv /etc/rc2.d/S20exim4 /etc/rc2.d/K20exim4 # so it stays down install deborphan, clean up @@ -185,3 +186,9 @@ purge removed packages dpkg --get-selections | awk '$2!="install" {print $1}' echo "really purge these [y/N]?"; read ans; [ "$ans" = "y" ] && dpkg --purge `dpkg --get-selections | awk '$2!="install" {print $1}'` + +possibly reboot + +re-enable exim + mv /etc/rc2.d/K20exim4 /etc/rc2.d/S20exim4 + env -i /etc/init.d/exim4 start -- 2.20.1