Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 238278 - net-misc/wicd-1.5.9: bashism in initscript
Summary: net-misc/wicd-1.5.9: bashism in initscript
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Jeremy Olexa (darkside) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-21 13:23 UTC by Davide Pesavento
Modified: 2009-02-12 21:15 UTC (History)
0 users

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


Attachments
Patch that fixes the initscript to be posix-compliant. (wicd-initd.patch,242 bytes, patch)
2008-09-21 13:25 UTC, Davide Pesavento (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Davide Pesavento (RETIRED) gentoo-dev 2008-09-21 13:23:47 UTC
&>/dev/null is a bashism, it doesn't work on dash or other posix-compliant shells.
Comment 1 Davide Pesavento (RETIRED) gentoo-dev 2008-09-21 13:25:01 UTC
Created attachment 165993 [details, diff]
Patch that fixes the initscript to be posix-compliant.
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-09-22 15:50:23 UTC
done, thanks.
Comment 3 Davide Pesavento (RETIRED) gentoo-dev 2009-02-12 20:32:34 UTC
Bashisms are back in 1.5.9!
Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-02-12 20:35:02 UTC
sry, I switch to upstream and they changed it. I overlooked it.
Comment 5 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-02-12 20:43:11 UTC
reverted back to our init scripts. working with upstream to make it proper.

(sry, this release lacked QA as I was trying to get it in the tree asap for a security issue.)

1.5.9-r1 has our old init script. Shouldn't be any problems.
Comment 6 Davide Pesavento (RETIRED) gentoo-dev 2009-02-12 21:15:32 UTC
Thanks for quickly taking care of this issue! :)