summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/etcnet/adddhcp.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/etcnet/adddhcp.patch
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/etcnet/adddhcp.patch')
-rwxr-xr-xabs/core-testing/etcnet/adddhcp.patch51
1 files changed, 0 insertions, 51 deletions
diff --git a/abs/core-testing/etcnet/adddhcp.patch b/abs/core-testing/etcnet/adddhcp.patch
deleted file mode 100755
index ee7b782..0000000
--- a/abs/core-testing/etcnet/adddhcp.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-diff -ruN etc/net/ifaces/default/options /etc/net/ifaces/default/options
---- etc/net/ifaces/default/options 2005-08-02 08:26:44.000000000 +0000
-+++ /etc/net/ifaces/default/options 2005-10-24 16:20:07.000000000 +0000
-@@ -24,7 +24,7 @@
- # /etc/net will try to configure interface at the first succeeding
- # method. Note that etcnet will process routes and rules despite of
- # BOOTPROTO.
--BOOTPROTO=static
-+BOOTPROTO=dhcp
-
- # Defines if the interface will be automatically brought up during
- # system startup or 'service network start' invocation.
-diff -ruN etc/net/scripts/config-ipv4 /etc/net/scripts/config-ipv4
---- etc/net/scripts/config-ipv4 2005-08-10 08:08:40.000000000 +0000
-+++ /etc/net/scripts/config-ipv4 2005-10-24 16:48:49.000000000 +0000
-@@ -1,5 +1,5 @@
- #!/bin/bash
--
-+#set -x
- . $SCRIPTDIR/functions
- pickup_options
-
-diff -ruN etc/net/scripts/ifup /etc/net/scripts/ifup
---- etc/net/scripts/ifup 2005-09-16 18:38:01.000000000 +0000
-+++ /etc/net/scripts/ifup 2005-10-24 16:42:12.000000000 +0000
-@@ -1,5 +1,5 @@
- #!/bin/bash
--
-+#set -x
- # This script is intended to be run from command-line or etcnet
- # initscript. It determines if the iface should be created, then
- # creates the device and calls ifup-common to do the rest.
-diff -ruN etc/net/scripts/ifup-common /etc/net/scripts/ifup-common
---- etc/net/scripts/ifup-common 2005-08-03 09:03:26.000000000 +0000
-+++ /etc/net/scripts/ifup-common 2005-10-24 16:42:51.000000000 +0000
-@@ -1,5 +1,5 @@
- #!/bin/bash
--
-+#set -x
- # This script continues configuration of an interface started by ifup,
- # ifup-removable or ifup-ifplugd scripts. We assume that all necessary
- # checks are done yet.
-diff -ruN etc/net/scripts/network.init /etc/net/scripts/network.init
---- etc/net/scripts/network.init 2005-09-29 12:54:32.000000000 +0000
-+++ /etc/net/scripts/network.init 2005-10-24 16:41:17.000000000 +0000
-@@ -1,4 +1,5 @@
- #!/bin/bash
-+#set -x
- #
- # network
- # chkconfig: 2345 10 90