aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ifupdown/ifupdown-0.6.8
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
committerDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
commit709c4d66e0b107ca606941b988bad717c0b45d9b (patch)
tree37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/ifupdown/ifupdown-0.6.8
parentfa6cd5a3b993f16c27de4ff82b42684516d433ba (diff)
downloadopenembedded-709c4d66e0b107ca606941b988bad717c0b45d9b.tar.gz
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 <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/ifupdown/ifupdown-0.6.8')
-rw-r--r--packages/ifupdown/ifupdown-0.6.8/busybox.patch20
-rw-r--r--packages/ifupdown/ifupdown-0.6.8/head-tail.patch14
-rw-r--r--packages/ifupdown/ifupdown-0.6.8/init13
-rw-r--r--packages/ifupdown/ifupdown-0.6.8/interfaces2
-rw-r--r--packages/ifupdown/ifupdown-0.6.8/udhcpc.patch28
-rw-r--r--packages/ifupdown/ifupdown-0.6.8/zeroconf.patch21
6 files changed, 0 insertions, 98 deletions
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%