]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/ifupdown/ifupdown-0.6.4/zeroconf.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / ifupdown / ifupdown-0.6.4 / zeroconf.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- ifupdown-0.6.4/inet.defn~zeroconf
7 +++ ifupdown-0.6.4/inet.defn
8 @@ -120,3 +120,13 @@
9    down
10      /sbin/start-stop-daemon -X -x /usr/bin/wvdial \
11                        -p /var/run/wvdial.%iface%
12 +
13 +method zeroconf
14 +  description
15 +    This method uses zeroconf to configure an interface.  See the man page
16 +    for zcip for details.
17 +  up
18 +    /sbin/start-stop-daemon -S -x /usr/sbin/zcip -p /var/run/zcip.%iface% \
19 +                     -- -s -i %iface%
20 +  down
21 +    /sbin/start-stop-daemon -X -x /usr/sbin/zcip -p /var/run/zcip.%iface%