But no problem, downgrading is easy in apt.
Just put:
Package: *in /etc/apt/preferences and do again
Pin: release a=oldstable
Pin-Priority: 1001
apt-get update && apt-get upgradeI was so lucky to have to force jsut one package
dpkg -i --force-overwrite /var/cache/apt/archives/sysvinit_2.86.ds1-61_i386.debAnd reinstall one of them because apticron was failing the downgrade
apt-get install mktemp --reinstall && apt-get install apticronCheers