--- /usr/portage/sys-cluster/heartbeat/files/heartbeat-init 2006-07-13 15:06:48.000000000 +0200 +++ /usr/local/portage/sys-cluster/heartbeat/files/heartbeat-init 2006-11-08 09:09:56.000000000 +0100 @@ -30,7 +30,7 @@ . $HA_DIR/shellfuncs # start the log subsystem - /usr/lib/heartbeat/ha_logd -s &>/dev/null && \ + /usr/lib/heartbeat/ha_logd -s &>/dev/null || \ /usr/lib/heartbeat/ha_logd -d RunStartStop pre-start @@ -57,7 +57,7 @@ RunStartStop post-stop ${ret} # stop log subsystem - /usr/lib/heartbeat/ha_logd -s &>/dev/null || \ + /usr/lib/heartbeat/ha_logd -s &>/dev/null && \ /usr/lib/heartbeat/ha_logd -k &>/dev/null eend ${ret}