Bug 45085

Summary: --check busted init.d/functions
Product: [Retired] Red Hat Linux Reporter: Bryce Nesbitt <bryce>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-06-20 02:49:07 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 Bryce Nesbitt 2001-06-20 02:49:03 UTC
The daemon() function offers a --check option, which has broken
parsing on one of it's two forms:

            --check=?*)
!                  base=${1#--check=}
!                  gotbase="yes"
                   shift
                   ;;
--- 93,97 ----
                   ;;
            --check=?*)
!                  base=${1#--user=}
                   shift
                   ;;

it also seems to not work, but fixing the parsing is the first step.

Comment 1 Bill Nottingham 2001-07-09 05:44:38 UTC
it doesn't work due to a rather dumb bug, that will be fixed in 6.00-1.