Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 472790 - net-firewall/shorewall6 - make /etc/init.d/shorewall6 messages indicate it is shorewall6 and not shorewall
Summary: net-firewall/shorewall6 - make /etc/init.d/shorewall6 messages indicate it is...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Vieri
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-09 20:56 UTC by Thomas Deutschmann (RETIRED)
Modified: 2013-07-13 14:15 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 Thomas Deutschmann (RETIRED) gentoo-dev 2013-06-09 20:56:42 UTC
Hi,

on a host with IPv4 and IPv6 connectivity, you will probably have net-firewall/shorewall and net-firewall/shorewall6 installed.

Currently, both init scripts (/etc/init.d/shorewall and /etc/init.d/shorewall6) are displaying 

  Starting firewall ....

So when your system starts and shorewall6 for example will fail, you don't know if shorewall or shorewall6 failed:

 * Starting firewall ...           [ OK ]
 * Starting firewall ...           [ !! ]


Easy fix:

Just change

  ebegin "Starting firewall"

to

  ebegin "Starting firewall6"

or even better, use shorewall and shorewall6 instead of firewall.

Don't forget the stop messages.

Reproducible: Always
Comment 1 Constanze Hausner (RETIRED) gentoo-dev 2013-07-13 14:15:57 UTC
Fixed in 4.5.18; Thanks for reporting.