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 created to
/etc/init.d/hotplug-net from rc0.d/ or rc6.d/.
In hotplug postinst, the update-rc.d command should be something like:
< update-rc.d hotplug-net start 41 S . >/dev/null || exit 0
> update-rc.d hotplug-net start 41 S . stop 89 0 6 . >/dev/null || exit 0
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages hotplug depends on:
ii bash 3.0-5 The GNU Bourne Again SHell
ii debconf 1.4.32 Debian configuration management sy
ii grep 2.5.1.ds1-4 GNU grep, egrep and fgrep
ii module-init-tools 3.2-pre1-2 tools for managing Linux kernel mo
ii modutils 2.4.27-0.1 Linux module utilities
ii procps 1:3.2.3-1 The /proc file system utilities
ii sed 4.1.2-8 The GNU sed stream editor
-- debconf information:
* hotplug/ignore_pci_class_display: true
* hotplug/net_agent_policy: hotplug
* hotplug/static_module_list:
* hotplug/usb_keyboard:
hotplug/x11_usbmice_hack: false
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]