etcnet-0.9.6-alt2 $ cat /etc/net/ifaces/onboard/options TYPE=eth MODULE=r8169 USE_IFPLUGD=yes BOOTPROTO=dhcp $ after cable unplugging and ifplugd timeout reached ip address is still set and dhcp client still running. following fixes this problem for me: --- /etc/net/scripts/ifdown-ifplugd~ 2008-04-27 17:50:56 +0400 +++ /etc/net/scripts/ifdown-ifplugd 2008-04-27 17:45:14 +0400 @@ -14,6 +14,8 @@ [ -z "$1" ] && usage NAME=$1 +# forget everything we have inherited from ifplugd/wpa_cli +unset SEEN_IFACES export SCRIPTDIR=/etc/net/scripts . $SCRIPTDIR/functions pickup_defaults
Подтверждаю. Это вызвано неаккуратной оптимизацией в 0.9.6.
0.9.7 new feature: firewall policy (-P) support bugfix: firewall now ignores rpm and backup files bugfix: previous release introduced a regression in ifplugd support change: firewall "human syntax" is disabled by default update: updated examples Можно выпускать.
я бы сказал, нужно выпускать.
что-то мешает выпуску 0.9.7 ?
fixed in Sisyphus