From: Chris Larson Date: Mon, 29 Sep 2003 22:22:51 +0000 (+0000) Subject: Adapt ifupdown bits to busybox start-stop-daemon. X-Git-Tag: Release-2010-05/1~20752 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2c5af4f24a28d1496a09eefbfe74cda10ddde1a;p=openembedded.git Adapt ifupdown bits to busybox start-stop-daemon. BKrev: 3f78b0bbW_tGeTdMHyxW1q1-PUAdyQ --- diff --git a/ifupdown/ifupdown-0.6.4.oe b/ifupdown/ifupdown-0.6.4.oe index 87f4f1cf65..36825cc70e 100644 --- a/ifupdown/ifupdown-0.6.4.oe +++ b/ifupdown/ifupdown-0.6.4.oe @@ -7,6 +7,7 @@ DESCRIPTION = High level tools to configure network interfaces\ SRC_URI = ${DEBIAN_MIRROR}/main/i/${PN}/${PN}_${PV}.orig.tar.gz \ ${DEBIAN_MIRROR}/main/i/${PN}/${PN}_${PV}-4.4.diff.gz;patch=1 \ + file://${FILESDIR}/busybox.patch;patch=1 \ file://${FILESDIR}/udhcpc.patch;patch=1 \ file://${FILESDIR}/zeroconf.patch;patch=1 S = ${WORKDIR}/${P} diff --git a/ifupdown/ifupdown-0.6.4/busybox.patch b/ifupdown/ifupdown-0.6.4/busybox.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/ifupdown/ifupdown-0.6.4/zeroconf.patch b/ifupdown/ifupdown-0.6.4/zeroconf.patch index e69de29bb2..33745db6ff 100644 --- a/ifupdown/ifupdown-0.6.4/zeroconf.patch +++ b/ifupdown/ifupdown-0.6.4/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%