summaryrefslogtreecommitdiff
path: root/packages/ifupdown/ifupdown-0.6.8/zeroconf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ifupdown/ifupdown-0.6.8/zeroconf.patch')
-rw-r--r--packages/ifupdown/ifupdown-0.6.8/zeroconf.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/ifupdown/ifupdown-0.6.8/zeroconf.patch b/packages/ifupdown/ifupdown-0.6.8/zeroconf.patch
deleted file mode 100644
index 33745db6ff..0000000000
--- a/packages/ifupdown/ifupdown-0.6.8/zeroconf.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-
-#
-# 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%