summaryrefslogtreecommitdiff
path: root/recipes/dhcp/files
diff options
context:
space:
mode:
authorMarc Olzheim <zlo@zlo.nu>2009-11-09 23:38:58 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2009-11-10 08:31:05 -0200
commit1fb32f0c6a85abc3397d16f6779a546696b86b2d (patch)
treea17492d671bdde694e0dfc3d0846fe067abf05cd /recipes/dhcp/files
parent977aa17219ead613a86e21830fd49d32a8b5db45 (diff)
Get rid of useless bash dependency in the linux client script.
Diffstat (limited to 'recipes/dhcp/files')
-rw-r--r--recipes/dhcp/files/useless-use-of-bash.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/dhcp/files/useless-use-of-bash.patch b/recipes/dhcp/files/useless-use-of-bash.patch
new file mode 100644
index 0000000000..6628fe7274
--- /dev/null
+++ b/recipes/dhcp/files/useless-use-of-bash.patch
@@ -0,0 +1,8 @@
+--- dhcp-3.0.2p1/client/scripts/linux 2006-07-22 04:24:16.000000000 +0200
++++ dhcp-3.0.2p1/client/scripts/linux 2009-11-03 17:51:55.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/bin/sh
+ # dhclient-script for Linux. Dan Halbert, March, 1997.
+ # Updated for Linux 2.[12] by Brian J. Murrell, January 1999.
+ # No guarantees about this. I'm a novice at the details of Linux