← Back to team overview

guadalinex-members team mailing list archive

[Bug 789124] [NEW] redhat init script: exit called in a subshell has no effect

 

Public bug reported:

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; }

** Affects: nanny
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of
Guadalinex Members, which is the registrant for Nanny.
https://bugs.launchpad.net/bugs/789124

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


Follow ups

References