Bug#531666: ferm: postinst script creates not enough symlink to rc script

2009-07-30 Thread Kiss Gabor (Bitman)
I'm a bit confused. A host was rebooted yesterday and ferm did not start even with these links: /etc$ ls -l rc*.d/*ferm* lrwxrwxrwx 1 root root 14 Jun 3 09:13 rc0.d/K20ferm -> ../init.d/ferm lrwxrwxrwx 1 root root 14 Jun 3 09:13 rc1.d/K20ferm -> ../init.d/ferm lrwxrwxrwx 1 root root 14 Jun 3 09

Bug#531666: ferm: postinst script creates not enough symlink to rc script

2009-07-18 Thread Kiss Gabor (Bitman)
Hi Max, > > However in new installs we got this: > > > > /etc$ ls -l rc*.d/*ferm* > > lrwxrwxrwx 1 root root 14 Mar 13 10:15 rc0.d/S36ferm -> ../init.d/ferm > > lrwxrwxrwx 1 root root 14 Mar 13 10:15 rc6.d/S36ferm -> ../init.d/ferm > > lrwxrwxrwx 1 root root 14 Mar 13 10:15 rcS.d/S41ferm -> ../in

Bug#531666: ferm: postinst script creates not enough symlink to rc script

2009-07-17 Thread Max Kellermann
On 2009/06/03 09:08, Gabor Kiss wrote: > However in new installs we got this: > > /etc$ ls -l rc*.d/*ferm* > lrwxrwxrwx 1 root root 14 Mar 13 10:15 rc0.d/S36ferm -> ../init.d/ferm > lrwxrwxrwx 1 root root 14 Mar 13 10:15 rc6.d/S36ferm -> ../init.d/ferm > lrwxrwxrwx 1 root root 14 Mar 13 10:15 rcS

Bug#531666: ferm: postinst script creates not enough symlink to rc script

2009-06-03 Thread Gabor Kiss
Package: ferm Version: 2.0.3-1 Severity: important ferm.postinst of version 2.0.3-1 contains this: # Automatically added by dh_installinit if [ -x "/etc/init.d/ferm" ]; then update-rc.d ferm start 41 S . start 36 0 6 . >/dev/null Meanwhile the previous version was: # Automatically added