Can anyone explain the purpose of this block?

        if [ "x${HA_LOGD}" = "xyes" ] ; then 
                ha_logger -t "${HA_LOGTAG}" "$@"
                if [ "$?" -eq "0" ] ; then
                        return 0
                fi
        fi

I ask because I cant find anything that actually sets HA_LOGD anywhere.

-- Andrew



Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to