Document how to fix BASE-IS-OLD
[mirror/dsa-wiki.git] / input / howto / upgrade-to-lenny.mdwn
index e3462ad..2fc2423 100644 (file)
@@ -141,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)):
 
@@ -190,5 +183,6 @@ purge removed packages
 possibly reboot
 
 re-enable exim
+
        mv /etc/rc2.d/K20exim4 /etc/rc2.d/S20exim4
        env -i /etc/init.d/exim4 start