| Summary: | zeroconf support | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Sisyphus | Reporter: | Sergey Bolshakov <sbolshakov> | ||||||
| Component: | net-scripts | Assignee: | Denis Ovsienko <pilot> | ||||||
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus | ||||||
| Severity: | enhancement | ||||||||
| Priority: | P2 | CC: | ldv | ||||||
| Version: | unstable | ||||||||
| Hardware: | all | ||||||||
| OS: | Linux | ||||||||
| Attachments: |
|
||||||||
|
Description
Sergey Bolshakov
2004-02-13 19:17:16 MSK
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. |