Bug 45085 - --check busted init.d/functions
Summary: --check busted init.d/functions
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: initscripts
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-06-20 02:49 UTC by Bryce Nesbitt
Modified: 2014-03-17 02:21 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2001-06-20 02:49:07 UTC
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.