Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 521232 - net-firewall/nftables - /etc/init.d/nftables contains mulitple bashisms
Summary: net-firewall/nftables - /etc/init.d/nftables contains mulitple bashisms
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Manuel Rüger (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-27 06:56 UTC by consus
Modified: 2014-08-28 13:47 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description consus 2014-08-27 06:56:36 UTC
Init script `/etc/init.d/nftables' contains multiple bashisms, which prevents it from starting when another default shell is used (such as `dash').

Steps to reproduce:

1. # eselect sh set dash
2. # rc-service nftables start
Comment 1 William Hubbs gentoo-dev 2014-08-28 13:47:11 UTC
This has been fixed in 0.3-r2, which is also the only version now in the
tree. Thanks to Manuel Rueger for allowing me to work on this.