do weasels way to do mass re-runs of backups
[mirror/dsa-wiki.git] / input / howto / upgrade-to-squeeze.mdwn
index 2d7570f..7573b37 100644 (file)
@@ -33,11 +33,6 @@ install deborphan, clean up
        orphaner -a
        orphaner -a -n
 
-unhold puppet
-
-       echo puppet install | dpkg --set-selections &&
-       echo puppet-common install | dpkg --set-selections
-
 purge removed packages
 
        dpkg --get-selections | awk '$2=="deinstall" {print $1}' &&
@@ -140,7 +135,7 @@ purge removed packages
 
 purge cruft that upgrade doesn't remove
 
-       apt-get remove --purge emacs22-common libxmlrpc-ruby libcap1 emacs22-nox emacs22-bin-common libvolume-id0 gcc-4.2-base ifenslave libopenssl-ruby1.8
+       apt-get remove --purge emacs22-common libxmlrpc-ruby libcap1 emacs22-nox emacs22-bin-common libvolume-id0 gcc-4.2-base ifenslave libopenssl-ruby1.8 mailx
 
 re-init samhain
 
@@ -148,8 +143,8 @@ possibly reboot
 
 re-enable exim, samhain
 
-       mv /etc/rc2.d/K02exim4 /etc/rc2.d/S02exim4
-       mv /etc/rc2.d/K02samhain /etc/rc2.d/S02samhain
+       mv /etc/rc2.d/K??exim4 /etc/rc2.d/S02exim4
+       mv /etc/rc2.d/K??samhain /etc/rc2.d/S02samhain
        env -i /etc/init.d/exim4 start
        env -i /etc/init.d/samhain start