attached patch adds zeroconf support using zcip utility
Created attachment 346 [details] zcip support
ага
Created attachment 360 [details] zcip support patch (fixed)
Принято в 0.4.2-alt1 со следующими поправками: --- net-scripts-0.3-zcip.patch.orig 2004-03-22 02:26:09 +0200 +++ net-scripts-0.3-zcip-good.patch 2004-03-22 02:26:43 +0200 @@ -57,7 +57,7 @@ fi +ZCIP=/sbin/zcip -+ZCIP_ARGS"-s -i $DEVICE" ++ZCIP_ARGS="-s -i $DEVICE" + if [ -n "$DYNCONFIG" ]; then echo -n "Determining IP information for $DEVICE via ${DHCP_CLIENT##*/}..." @@ -77,7 +77,7 @@ exit 1 fi -else -+elif [ "BOOTPROTO" = zcip ]; then ++elif [ "$BOOTPROTO" = zcip ]; then + echo -n "Determining IP information for $DEVICE via ${ZCIP##*/}..." + if $ZCIP $ZCIP_ARGS; then + echo " done."
Нашёл ещё одну ошибку в патче, исправляется в 0.4.7.