Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 170084 - net-misc/dhcp uses bash specific features
Summary: net-misc/dhcp uses bash specific features
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Roy Marples (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-09 10:45 UTC by Natanael Copa
Modified: 2007-03-10 20:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
00-no-bash.patch (00-no-bash.patch,558 bytes, patch)
2007-03-09 10:46 UTC, Natanael Copa
Details | Diff
10-bash-subst.patch (10-bash-subst.patch,741 bytes, patch)
2007-03-09 10:48 UTC, Natanael Copa
Details | Diff
10-unbash.patch (10-unbash.patch,1.63 KB, patch)
2007-03-09 13:58 UTC, Natanael Copa
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Natanael Copa 2007-03-09 10:45:45 UTC
Trivial to fix to let it work with busybox ash for embedded.
Comment 1 Natanael Copa 2007-03-09 10:46:47 UTC
Created attachment 112686 [details, diff]
00-no-bash.patch

patch for dhclient-script
Comment 2 Natanael Copa 2007-03-09 10:48:46 UTC
Created attachment 112688 [details, diff]
10-bash-subst.patch

fixes init.d script
Comment 3 Natanael Copa 2007-03-09 13:58:55 UTC
Created attachment 112708 [details, diff]
10-unbash.patch

fixes:

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

replaces [[ ]] with [ ]
Comment 4 Roy Marples (RETIRED) gentoo-dev 2007-03-10 20:23:38 UTC
Fixed, thanks