#!/bin/sh

# Hacked up init-functions only for use by ceph's legacy
# rbdmap script.
#
# WAS: LSB initscript functions, as defined in the LSB Spec 1.1.0
#
# Lawrence Lim <llim@redhat.com> - Tue, 26 June 2007
# Updated to the latest LSB 3.1 spec
# http://refspecs.freestandards.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic_lines.txt


log_success_msg () {
    (. /etc/init.d/functions; success "$@")
}

log_failure_msg () {
    (. /etc/init.d/functions; failure "$@")
}

log_warning_msg () {
    (. /etc/init.d/functions; warning "$@")
}

