| Bug#: 170084 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: enhancement | Priority: P2 |
| Resolution: FIXED | Assigned To: uberlord@gentoo.org | Reported By: natanael.copa@gmail.com | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: net-misc/dhcp uses bash specific features | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2007-03-09 10:45 0000 | |||
| Description: | Opened: 2007-03-09 10:45 0000 |
Trivial to fix to let it work with busybox ash for embedded.
Created an attachment (id=112686) [details]
00-no-bash.patch
patch for dhclient-script
Created an attachment (id=112688) [details]
10-bash-subst.patch
fixes init.d script
Created an attachment (id=112708) [details]
10-unbash.patch
fixes:
if [[ expr == *" ... "* ]] ; ...
replaces [[ ]] with [ ]