From a8d78582e005177003cd23277b9ab3d7191f6fce Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sun, 13 Aug 2006 19:33:48 +0000 Subject: Ensure that interface is always up as future dhcpcd's will do this automatically and probably drop the -o option. Punt old versions (Portage version: 2.1.1_pre4-r4) --- net-misc/dhcpcd/files/dhcpcd-2.0.0-alwaysup.patch | 11 +++++++++++ net-misc/dhcpcd/files/dhcpcd-2.0.8-alwaysup.patch | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 net-misc/dhcpcd/files/dhcpcd-2.0.0-alwaysup.patch create mode 100644 net-misc/dhcpcd/files/dhcpcd-2.0.8-alwaysup.patch (limited to 'net-misc/dhcpcd/files') diff --git a/net-misc/dhcpcd/files/dhcpcd-2.0.0-alwaysup.patch b/net-misc/dhcpcd/files/dhcpcd-2.0.0-alwaysup.patch new file mode 100644 index 000000000000..71356383bdbf --- /dev/null +++ b/net-misc/dhcpcd/files/dhcpcd-2.0.0-alwaysup.patch @@ -0,0 +1,11 @@ +--- src/dhcpcd.c (revision 69) ++++ src/dhcpcd.c (working copy) +@@ -75,7 +75,7 @@ + char *ConfigDir = CONFIG_DIR; + int SetDHCPDefaultRoutes= 1; + int Persistent = 0; +-int DownIfaceOnStop = 1; ++int DownIfaceOnStop = 0; + + #if 0 + unsigned char ClientMACaddr[ETH_ALEN]; diff --git a/net-misc/dhcpcd/files/dhcpcd-2.0.8-alwaysup.patch b/net-misc/dhcpcd/files/dhcpcd-2.0.8-alwaysup.patch new file mode 100644 index 000000000000..5a33a3ec7e2d --- /dev/null +++ b/net-misc/dhcpcd/files/dhcpcd-2.0.8-alwaysup.patch @@ -0,0 +1,11 @@ +--- src/dhcpcd.c (revision 69) ++++ src/dhcpcd.c (working copy) +@@ -76,7 +76,7 @@ + char *ConfigDir = CONFIG_DIR; + int SetDHCPDefaultRoutes= 1; + int Persistent = 0; +-int DownIfaceOnStop = 1; ++int DownIfaceOnStop = 0; + int DoARP = 1; + + #if 0 -- cgit v1.2.3-65-gdbad