Siduction recently released some fixes packages:
initscripts
sysv-rc
sysvinit
Is this preparation releasing siduction-2012-1 with xfce4-4.10, regarding shutdown problems?
Not only XFCE had shutdown probs, but every flavour.
greetz
devil
This is a case when sed commands are impossible to maintain:
sed -n ':a;/^[^ ]* \/ /!{H;n;ba};{H;s/.*//;x;s/\n//;p}'
The original sed code tried to implement some kind of stack by using a branch?