0009-remove-dhclient-script-bash-dependency.patch 871 B

12345678910111213141516171819202122232425
  1. From f3f8b7726e50e24ef3edf5fa5a17e31d39118d7e Mon Sep 17 00:00:00 2001
  2. From: Andre McCurdy <armccurdy@gmail.com>
  3. Date: Tue, 15 Aug 2017 15:49:31 +0800
  4. Subject: [PATCH 09/11] remove dhclient-script bash dependency
  5. Upstream-Status: Inappropriate [OE specific]
  6. Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
  7. Rebase to 4.3.6
  8. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
  9. ---
  10. client/scripts/linux | 2 +-
  11. 1 file changed, 1 insertion(+), 1 deletion(-)
  12. Index: dhcp-4.4.3/client/scripts/linux
  13. ===================================================================
  14. --- dhcp-4.4.3.orig/client/scripts/linux
  15. +++ dhcp-4.4.3/client/scripts/linux
  16. @@ -1,4 +1,4 @@
  17. -#!/bin/bash
  18. +#!/bin/sh
  19. # dhclient-script for Linux. Dan Halbert, March, 1997.
  20. # Updated for Linux 2.[12] by Brian J. Murrell, January 1999.
  21. # No guarantees about this. I'm a novice at the details of Linux