From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- packages/ifupdown/ifupdown-0.6.8/busybox.patch | 20 ----------------- packages/ifupdown/ifupdown-0.6.8/head-tail.patch | 14 ------------ packages/ifupdown/ifupdown-0.6.8/init | 13 ----------- packages/ifupdown/ifupdown-0.6.8/interfaces | 2 -- packages/ifupdown/ifupdown-0.6.8/udhcpc.patch | 28 ------------------------ packages/ifupdown/ifupdown-0.6.8/zeroconf.patch | 21 ------------------ 6 files changed, 98 deletions(-) delete mode 100644 packages/ifupdown/ifupdown-0.6.8/busybox.patch delete mode 100644 packages/ifupdown/ifupdown-0.6.8/head-tail.patch delete mode 100644 packages/ifupdown/ifupdown-0.6.8/init delete mode 100644 packages/ifupdown/ifupdown-0.6.8/interfaces delete mode 100644 packages/ifupdown/ifupdown-0.6.8/udhcpc.patch delete mode 100644 packages/ifupdown/ifupdown-0.6.8/zeroconf.patch (limited to 'packages/ifupdown/ifupdown-0.6.8') diff --git a/packages/ifupdown/ifupdown-0.6.8/busybox.patch b/packages/ifupdown/ifupdown-0.6.8/busybox.patch deleted file mode 100644 index 5619ab7c0a..0000000000 --- a/packages/ifupdown/ifupdown-0.6.8/busybox.patch +++ /dev/null @@ -1,20 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- ifupdown-0.6.4/inet.defn~busybox -+++ ifupdown-0.6.4/inet.defn -@@ -116,8 +116,8 @@ - options - provider name -- Use /name/ as the provider (from /etc/ppp/peers). - up -- /sbin/start-stop-daemon --start -x /usr/bin/wvdial \ -- -p /var/run/wvdial.%iface% -b -m -- [[ %provider% ]] -+ /sbin/start-stop-daemon -S -x /usr/bin/wvdial \ -+ -p /var/run/wvdial.%iface% -- [[ %provider% ]] - down -- /sbin/start-stop-daemon --stop -x /usr/bin/wvdial \ -- -p /var/run/wvdial.%iface% -s 2 -+ /sbin/start-stop-daemon -X -x /usr/bin/wvdial \ -+ -p /var/run/wvdial.%iface% diff --git a/packages/ifupdown/ifupdown-0.6.8/head-tail.patch b/packages/ifupdown/ifupdown-0.6.8/head-tail.patch deleted file mode 100644 index a86a25d2fb..0000000000 --- a/packages/ifupdown/ifupdown-0.6.8/head-tail.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- ifupdown-0.6.4/Makefile~ 2000-11-18 07:12:01.000000000 +0000 -+++ ifupdown-0.6.4/Makefile 2004-04-24 11:06:58.000000000 +0100 -@@ -46,9 +46,9 @@ - LINE=$$(grep -n '^##ADDRESSFAM##$$' $< | sed 's/:.*//g'); \ - WC=`wc -l < $<`; \ - ( \ -- head -$$(($$LINE - 1)) $<; \ -+ head -n $$(($$LINE - 1)) $<; \ - cat $(MAN); \ -- tail -$$(($$WC - $$LINE)) $<; \ -+ tail -n $$(($$WC - $$LINE)) $<; \ - ) > $@ - - ifdown.8: ifup.8 diff --git a/packages/ifupdown/ifupdown-0.6.8/init b/packages/ifupdown/ifupdown-0.6.8/init deleted file mode 100644 index d258d51ff4..0000000000 --- a/packages/ifupdown/ifupdown-0.6.8/init +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -e - -case "$1" in - start|restart) - if [ -e /etc/network/ifstate ]; then - echo -n "Cleaning: /etc/network/ifstate" - echo -n >/etc/network/ifstate - echo "." - fi - ;; - stop|reload|force-reload) - ;; -esac diff --git a/packages/ifupdown/ifupdown-0.6.8/interfaces b/packages/ifupdown/ifupdown-0.6.8/interfaces deleted file mode 100644 index f1bd92ed2b..0000000000 --- a/packages/ifupdown/ifupdown-0.6.8/interfaces +++ /dev/null @@ -1,2 +0,0 @@ -auto lo -iface lo inet loopback diff --git a/packages/ifupdown/ifupdown-0.6.8/udhcpc.patch b/packages/ifupdown/ifupdown-0.6.8/udhcpc.patch deleted file mode 100644 index 5b662e7988..0000000000 --- a/packages/ifupdown/ifupdown-0.6.8/udhcpc.patch +++ /dev/null @@ -1,28 +0,0 @@ -Index: ifupdown-0.6.8/inet.defn -=================================================================== ---- ifupdown-0.6.8.orig/inet.defn 2007-01-04 09:11:43.000000000 +0100 -+++ ifupdown-0.6.8/inet.defn 2007-01-04 09:12:51.000000000 +0100 -@@ -81,8 +81,7 @@ - elsif (execable("/sbin/dhclient")) - pump -i %iface% [[-h %hostname%]] [[-l %leasehours%]] \ - elsif (execable("/sbin/pump") && mylinuxver() >= mylinux(2,1,100)) -- udhcpc -n -p /var/run/udhcpc.%iface%.pid -i %iface% [[-H %hostname%]] \ -- [[-c %client%]] \ -+ udhcpc -b -p /var/run/udhcpc.%iface%.pid -i %iface% -H `cat /etc/hostname` \ - elsif (execable("/sbin/udhcpc") && mylinuxver() >= mylinux(2,2,0)) - dhcpcd [[-h %hostname%]] [[-i %vendor%]] [[-I %client%]] \ - [[-l %leasetime%]] %iface% \ -@@ -91,11 +90,11 @@ - down - dhclient3 -r -pf /var/run/dhclient.%iface%.pid -lf /var/lib/dhcp3/dhclient.%iface%.leases %iface% \ - if (execable("/sbin/dhclient3")) -- cat /var/run/dhclient.%iface%.pid | xargs -i kill -TERM {} \ -+ kill -TERM `cat /var/run/dhclient.%iface%.pid` \ - elsif (execable("/sbin/dhclient")) - pump -i %iface% -r \ - elsif (execable("/sbin/pump") && mylinuxver() >= mylinux(2,1,100)) -- cat /var/run/udhcpc.%iface%.pid | xargs -i kill -TERM {} \ -+ kill -TERM `cat /var/run/udhcpc.%iface%.pid` \ - elsif (execable("/sbin/udhcpc")) - dhcpcd -k %iface% \ - elsif (execable("/sbin/dhcpcd")) 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% -- cgit v1.2.3