/etc/ha.d/rc.d/status is in heartbeat 1:3.0.6-2.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | #!/bin/sh
# License: GNU General Public License (GPL)
#
. $HA_FUNCS
case $HA_st in
dead) $HA_NOARCHBIN/mach_down $HA_src;;
esac
|