Make command for re-enabling of exim and samhain slightly more robust
authorTollef Fog Heen <tfheen@err.no>
Mon, 15 Aug 2011 04:11:26 +0000 (06:11 +0200)
committerTollef Fog Heen <tfheen@err.no>
Mon, 15 Aug 2011 04:11:26 +0000 (06:11 +0200)
input/howto/upgrade-to-squeeze.mdwn

index 2d7570f..04db625 100644 (file)
@@ -148,8 +148,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