...
if ! [ -r /etc/cluster/cluster.conf ]
then
# TODO -- cman can start w/out cluster.conf file. This
# should not stop cman from starting up.
initlog -n ${0##*/} -s "/etc/cluster/cluster.conf was not detected"
elif grep -qE "<[[:space:]]*gulm([[:space:]]|[>]|$)" \
/etc/cluster/cluster.conf
then
warning "Skipping because of <gulm> section detected in /etc/cluster/cluster.conf"
echo
exit 0
fi
...