Bug 230973

Summary: xendomains uses non-existant lsb functions
Product: Red Hat Enterprise Linux 5 Reporter: Michael Best <mbest>
Component: redhat-lsbAssignee: Lawrence Lim <llim>
Status: CLOSED DUPLICATE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.0CC: tools-bugs, xen-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-06-18 01:48:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michael Best 2007-03-05 08:09:09 UTC
if test -e /lib/lsb/init-functions; then
        # LSB    
        echo sourcing /lib/lsb/init-functions
        . /lib/lsb/init-functions
        echo_rc()
        {
            if test ${_RC_RV} = 0; then
                log_success_msg "  [${_SMSG[${_RC_RV}]}] "
            else
                log_failure_msg "  [${_SMSG[${_RC_RV}]}] "
            fi
        }

This stanza succeeds and then these log_success_msg and log_failure_msg do not
work.  Probably related to bug 

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=218989
which was closed as a duplicate of:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=217566

But bug 217566 does not exist so I can't confirm that this problem has been solved.

I also saw this bug in Fedora Core 6.

Comment 1 Lawrence Lim 2007-06-18 01:48:42 UTC
Resolving this bug as a duplicate of 217566 as part of 5.1 update. Please let me
know if problem still exist later. Thanks.

*** This bug has been marked as a duplicate of 217566 ***