Bug#303161: net.enable not deleted on shutdown

2005-04-07 Thread Marco d'Itri
reassign 303161 ifupdown retitle 303161 ifupdown-clean should delete net.enable thanks On Apr 04, Thomas Hood <[EMAIL PROTECTED]> wrote: > In hotplug postinst, the update-rc.d command should be something like: > > /dev/null || exit 0 > >upda

Bug#303161: net.enable not deleted on shutdown

2005-04-05 Thread Thomas Hood
On Tue, 2005-04-05 at 11:08 +0200, Marco d'Itri wrote: > Is this really needed? The script has to cope anyway with the file not > being deleted because of a system crash. Currently the script does not cope with that, SFAICT. In ifupdown I dealt with the problem by creating an "ifupdown-clean" s

Bug#303161: net.enable not deleted on shutdown

2005-04-05 Thread Marco d'Itri
On Apr 04, Thomas Hood <[EMAIL PROTECTED]> wrote: > /etc/init.d/hotplug-net does > > : > /etc/hotplug/.run/net.enable > > on start at S:S41hotplug-net. It has a nice stop method that does > > rm -f /etc/hotplug/.run/net.enable > > However, this method is never called because no symlin

Bug#303161: net.enable not deleted on shutdown

2005-04-05 Thread Thomas Hood
Package: hotplug Version: 0.0.20040329-21 Severity: normal /etc/init.d/hotplug-net does : > /etc/hotplug/.run/net.enable on start at S:S41hotplug-net. It has a nice stop method that does rm -f /etc/hotplug/.run/net.enable However, this method is never called because no symlink is crea