Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 561044 | Differences between
and this patch

Collapse All | Expand All

(-)daemon-util.old (-3 / +1 lines)
Lines 56-63 Link Here
56
56
57
if _is_master; then
57
if _is_master; then
58
  DAEMONS+=( ganeti-wconfd ganeti-rapi ganeti-luxid )
58
  DAEMONS+=( ganeti-wconfd ganeti-rapi ganeti-luxid )
59
else
60
  DAEMONS+=( ganeti-rapi )
61
fi
59
fi
62
60
63
DAEMONS+=( ganeti-kvmd )
61
DAEMONS+=( ganeti-kvmd )
Lines 257-263 Link Here
257
      return 1
255
      return 1
258
    fi
256
    fi
259
  elif type -p start-stop-daemon >/dev/null; then
257
  elif type -p start-stop-daemon >/dev/null; then
260
    start-stop-daemon --stop --signal 0 --quiet \
258
    start-stop-daemon --signal 0 --quiet \
261
      --pidfile $pidfile
259
      --pidfile $pidfile
262
  else
260
  else
263
    _ignore_error status \
261
    _ignore_error status \

Return to bug 561044