X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Fupgrade-to-lenny.mdwn;h=2fc2423ac1d2b697e506d7ed8d30550d8a393fc6;hb=0899cab0bd2bdaccb2a7ec084ab540b5b69cba9c;hp=0776afbbd8572d17af1bdb8172f124ed9379c9af;hpb=72fcdf120e56adb810ff84f5345c636e7b86ae83;p=mirror%2Fdsa-wiki.git diff --git a/input/howto/upgrade-to-lenny.mdwn b/input/howto/upgrade-to-lenny.mdwn index 0776afb..2fc2423 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 @@ -140,14 +141,7 @@ rest follows apt-get dist-upgrade -merge changes into /etc/pam.d/sudo -(change old and reject (N)) - - cat >> /etc/pam.d/sudo << EOF - - session required pam_permit.so - session required pam_limits.so - EOF +reject changes to /etc/pam.d/sudo (puppet will install a new file later anyway) merge changes into /etc/munin/plugin-conf.d/munin-node (change new and accept (A)): @@ -185,3 +179,10 @@ 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