# -*-Shell-script-*-
#
# Warn about, but continue with, deprecated locations.
#
# Copyright (c) 2007 David Lee <t.d.lee@durham.ac.uk>
#
# GPL version 2 or later.
#

. /usr/share/ocf/resource.d//heartbeat/.ocf-shellfuncs


ha_log "WARN: Use of /usr/lib64/heartbeat/ocf-shellfuncs is deprecated."
ha_log "WARN: Please use /usr/share/ocf/resource.d//heartbeat/.ocf-shellfuncs instead."
ha_log 'WARN: Note that the $OCF_ROOT environment variable points to '"$OCF_ROOT"
ha_log 'WARN: We recommend using the $OCF_ROOT environment variable'
ha_log "WARN: Please fix $0 at your earliest convenience"
