+++ This bug was initially created as a clone of Bug #242481 +++ Description of problem: In the isdn init scripts, there are several bugs related to incorrect return codes. For example test -f /etc/sysconfig/isdncard || exit 0 . /etc/sysconfig/isdncard if [ -z "$MODULE" -o -z "$RESOURCES" ]; then exit 0 fi and some otheres. Also note, that the status command should be able to run all the times. Version-Release number of selected component (if applicable): all How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: When fixing this bug, please obbey our init script guidelines and be sure that status command is run correctly. Our guidelines are on following two pages: http://intranet.corp.redhat.com/ic/intranet/InitscriptsSpec.html http://intranet.corp.redhat.com/ic/intranet/InitscriptGuidelines.html For an example of the script that returns the error codes correctly and always runs status see: http://devserv.devel.redhat.com/~mmarcini/amd This bug is tracked by 237789.
it's easy to fix. it could be included in 4.7 update
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2009-0255.html