Bug 170084 - net-misc/dhcp uses bash specific features
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.

------- Comment #1 From Natanael Copa 2007-03-09 10:46:47 0000 -------
Created an attachment (id=112686) [details]
00-no-bash.patch

patch for dhclient-script

------- Comment #2 From Natanael Copa 2007-03-09 10:48:46 0000 -------
Created an attachment (id=112688) [details]
10-bash-subst.patch

fixes init.d script

------- Comment #3 From Natanael Copa 2007-03-09 13:58:55 0000 -------
Created an attachment (id=112708) [details]
10-unbash.patch

fixes:

if [[ expr == *" ... "* ]] ; ...

replaces [[ ]] with [ ]

------- Comment #4 From Roy Marples (RETIRED) 2007-03-10 20:23:38 0000 -------
Fixed, thanks