1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
hotplug (0.0.20040329-25) unstable; urgency=low
* NET_AGENT_POLICY is deprecated.
hotplug just uses ifupdown's "allow" mechanism.
(see Bug#303383)
-- Fumitoshi UKAI <ukai@debian.or.jp> Fri, 5 Aug 2005 02:19:39 +0900
hotplug (0.0.20040329-5) unstable; urgency=low
* change debconf configuration: use_net_liface -> net_agent_policy
NET_AGENT_POLICY in /etc/default/hotplug
you can select how to manage network interfaces with ifupdown.
- all: all network interfaces will be ifupped
- auto: only "auto" network interfaces will be ifupped
- hotplug: ifupped with logical interface names "hotplug"
e.g ifup eth0=hotplug
-- Fumitoshi UKAI <ukai@debian.or.jp> Wed, 7 Apr 2004 00:18:38 +0900
hotplug (0.0.20040329-4) unstable; urgency=low
* new debconf configuration: use_net_liface
USE_NET_LIFACE in /etc/default/hotplug
you can select whether or not to use logical interface name
for ifup.
* new debconf configuration: ignore_pci_class_display
IGNORE_PCI_CLASS_DISPLAY in /etc/default/hotplug
by default, hotplug will ignore PCI_CLASS_DISPLAY devices, so
framebuffer device driver won't be loaded automatically.
-- Fumitoshi UKAI <ukai@debian.or.jp> Sun, 4 Apr 2004 04:30:44 +0900
hotplug (0.0.20040329-3) unstable; urgency=low
* /etc/default/hotplug configuration variables are considered as
deprecated. These should be configured by using /etc/modules instead.
These would be kept for a while, but it will be eliminated in future.
* move /etc/hotplug/usb.usermap.local /etc/hotplug/usb/local.usermap
if /etc/hotplug/usb.usermap.local still exists
* /etc/hotplug/blacklist.d/ was created
if necessary, put /etc/hotplug/blacklist.d/<packagename> if the
package, such as ALSA, requires some modules.should be blacklisted.
format should be the same as /etc/hotplug/blacklist (exact module
name per each lines)
-- Fumitoshi UKAI <ukai@debian.or.jp> Fri, 2 Apr 2004 02:49:16 +0900
hotplug (0.0.20040311-4) unstable; urgency=low
* hotplug don't use /etc/nohotplug any more.
The reason we introduced /etc/nohotplug was to let hotplug
delay its processing after /etc/rcS.d/S39ifupdown run, which
will erase state in /etc/network/ifstate.
However, this /etc/nohotplug seems to be cause of problems,
so this version of hotplug don't use /etc/nohotplug any more.
Instead, /etc/hotplug/net.agent will ignore any events while
runlevel S (single-user mode).
If you configure /etc/network/interfaces properly, network interface
will up by /etc/rcS.d/S40networking.
-- Fumitoshi UKAI <ukai@debian.or.jp> Sun, 14 Mar 2004 02:36:54 +0900
|