summaryrefslogtreecommitdiff
path: root/packages/ifupdown/ifupdown-0.6.4
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-01-04 08:19:31 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-01-04 08:19:31 +0000
commit72b1c191434a2aa522adc2861abcfc585687853b (patch)
tree762c5f171967bd12d887d0c727c8822650949afe /packages/ifupdown/ifupdown-0.6.4
parent842f7bcf3e851d855647fd63627653d1fcc09dae (diff)
ifupdown: updated to 0.6.8 (current Debian version)
Diffstat (limited to 'packages/ifupdown/ifupdown-0.6.4')
-rw-r--r--packages/ifupdown/ifupdown-0.6.4/.mtn2git_empty0
-rw-r--r--packages/ifupdown/ifupdown-0.6.4/busybox.patch20
-rw-r--r--packages/ifupdown/ifupdown-0.6.4/gcc34-fix.patch16
-rw-r--r--packages/ifupdown/ifupdown-0.6.4/head-tail.patch14
-rw-r--r--packages/ifupdown/ifupdown-0.6.4/init13
-rw-r--r--packages/ifupdown/ifupdown-0.6.4/interfaces2
-rw-r--r--packages/ifupdown/ifupdown-0.6.4/udhcpc.patch26
-rw-r--r--packages/ifupdown/ifupdown-0.6.4/zeroconf.patch21
8 files changed, 0 insertions, 112 deletions
diff --git a/packages/ifupdown/ifupdown-0.6.4/.mtn2git_empty b/packages/ifupdown/ifupdown-0.6.4/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/ifupdown/ifupdown-0.6.4/.mtn2git_empty
+++ /dev/null
diff --git a/packages/ifupdown/ifupdown-0.6.4/busybox.patch b/packages/ifupdown/ifupdown-0.6.4/busybox.patch
deleted file mode 100644
index 5619ab7c0a..0000000000
--- a/packages/ifupdown/ifupdown-0.6.4/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.4/gcc34-fix.patch b/packages/ifupdown/ifupdown-0.6.4/gcc34-fix.patch
deleted file mode 100644
index f90e312694..0000000000
--- a/packages/ifupdown/ifupdown-0.6.4/gcc34-fix.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-
-#
-# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
-#
-
---- ifupdown-0.6.4/execute.c~gcc34-fix 2004-04-28 00:16:45.000000000 +0200
-+++ ifupdown-0.6.4/execute.c 2004-04-28 00:17:11.000000000 +0200
-@@ -167,7 +167,7 @@
- case 0: /* child */
- execle("/bin/sh", "/bin/sh", "-c", str, NULL, environ);
- exit(127);
-- default: /* parent */
-+ default:; /* parent */
- }
- waitpid(child, &status, 0);
- if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) \ No newline at end of file
diff --git a/packages/ifupdown/ifupdown-0.6.4/head-tail.patch b/packages/ifupdown/ifupdown-0.6.4/head-tail.patch
deleted file mode 100644
index a86a25d2fb..0000000000
--- a/packages/ifupdown/ifupdown-0.6.4/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.4/init b/packages/ifupdown/ifupdown-0.6.4/init
deleted file mode 100644
index d258d51ff4..0000000000
--- a/packages/ifupdown/ifupdown-0.6.4/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.4/interfaces b/packages/ifupdown/ifupdown-0.6.4/interfaces
deleted file mode 100644
index f1bd92ed2b..0000000000
--- a/packages/ifupdown/ifupdown-0.6.4/interfaces
+++ /dev/null
@@ -1,2 +0,0 @@
-auto lo
-iface lo inet loopback
diff --git a/packages/ifupdown/ifupdown-0.6.4/udhcpc.patch b/packages/ifupdown/ifupdown-0.6.4/udhcpc.patch
deleted file mode 100644
index 39a6b3349d..0000000000
--- a/packages/ifupdown/ifupdown-0.6.4/udhcpc.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- ifupdown/inet.defn.orig 2004-04-29 20:16:07.000000000 +0200
-+++ ifupdown/inet.defn 2004-04-29 20:16:13.000000000 +0200
-@@ -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 %clientid%]] \
-+ 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 %clientid%]] \
- [[-l %leasetime%]] %iface% \
-@@ -91,11 +90,11 @@
- down
- dhclient3 -r -pf /var/run/dhclient.%iface%.pid -lf /var/run/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")) \ No newline at end of file
diff --git a/packages/ifupdown/ifupdown-0.6.4/zeroconf.patch b/packages/ifupdown/ifupdown-0.6.4/zeroconf.patch
deleted file mode 100644
index 33745db6ff..0000000000
--- a/packages/ifupdown/ifupdown-0.6.4/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%