summaryrefslogtreecommitdiff
path: root/recipes/ifupdown/ifupdown-0.6.10/zeroconf.patch
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2010-04-03 18:50:45 +0200
committerKlaus Kurzmann <mok@fluxnetz.de>2010-04-03 18:50:45 +0200
commit82b51b6abd7b43ae6fa1c7d01b780d0c99d22804 (patch)
treeb1455904c992c92a18dc5f48253d0f37c4ff7590 /recipes/ifupdown/ifupdown-0.6.10/zeroconf.patch
parent5eef2a8892b12b3215f52065c2c177f576c41959 (diff)
parentd2bd4a770d2a5b3fd56bd3a8584935240d9012f8 (diff)
Merge branch 'org.openembedded.dev' of git+ssh://git.openembedded.net/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/ifupdown/ifupdown-0.6.10/zeroconf.patch')
-rw-r--r--recipes/ifupdown/ifupdown-0.6.10/zeroconf.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/ifupdown/ifupdown-0.6.10/zeroconf.patch b/recipes/ifupdown/ifupdown-0.6.10/zeroconf.patch
new file mode 100644
index 0000000000..33745db6ff
--- /dev/null
+++ b/recipes/ifupdown/ifupdown-0.6.10/zeroconf.patch
@@ -0,0 +1,21 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- ifupdown-0.6.4/inet.defn~zeroconf
++++ ifupdown-0.6.4/inet.defn
+@@ -120,3 +120,13 @@
+ down
+ /sbin/start-stop-daemon -X -x /usr/bin/wvdial \
+ -p /var/run/wvdial.%iface%
++
++method zeroconf
++ description
++ This method uses zeroconf to configure an interface. See the man page
++ for zcip for details.
++ up
++ /sbin/start-stop-daemon -S -x /usr/sbin/zcip -p /var/run/zcip.%iface% \
++ -- -s -i %iface%
++ down
++ /sbin/start-stop-daemon -X -x /usr/sbin/zcip -p /var/run/zcip.%iface%