diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-10 11:44:50 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-10 11:44:50 +0100 |
commit | 61d3785c56f33bca5974f3db8d3beae6b5d59a70 (patch) | |
tree | 135e0c2ff426c545f96f211ad5e56f4c32332c0a /recipes/dhcp/files/useless-use-of-bash.patch | |
parent | 97bc0069b87614d696913ba736474752c9ed169c (diff) | |
parent | 1fb32f0c6a85abc3397d16f6779a546696b86b2d (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/dhcp/files/useless-use-of-bash.patch')
-rw-r--r-- | recipes/dhcp/files/useless-use-of-bash.patch | 8 |
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 |