redhat init script: exit called in a subshell has no effect

Bug #789124 reported by Sławomir Nizio
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Nanny
New
Undecided
Unassigned

Bug Description

in file daemon/data/init.d/redhat/nanny

all occurences of
..... || (echo ..... && exit 1)

should be replaced with
..... || { echo ..... && exit 1; } or ..... || { echo .....; exit 1; }

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.