Bug 122987

Summary: /usr/sbin/isdndial still mentions isdnup in its errormessages
Product: [Fedora] Fedora Reporter: Paul Bolle <pebolle>
Component: isdn4k-utilsAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 1   
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: 2004-05-11 11:54:49 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 Paul Bolle 2004-05-11 00:55:20 UTC
From Bugzilla Helper:
[...]

Description of problem:
/usr/sbin/isdndial seems to be the replacement of /usr/sbin/isdnup. It
seems to be a rewrite of that script too, which shows in a rather
trivial bug.

Version-Release number of selected component (if applicable):
isdn4k-utils-3.2-5.p1 (isdn4k-utils-3.2-13.p1.1 too)

How reproducible:
Always

Steps to Reproduce:
1. grep -n isdnup /usr/sbin/isdndial
    
Actual Results:
22:    echo $"Usage: isdnup <device name>" >&2
30:    echo $"Usage: isdnup <device name>" >&2

Expected Results:
grep -n isdndial /usr/sbin/isdndial
22:    echo $"Usage: isdndial <device name>" >&2
30:    echo $"Usage: isdndial <device name>" >&2

Additional info:
As I said: trivial ...

Comment 1 Than Ngo 2004-05-11 11:54:49 UTC
yes, isdndial is the new replacement of isdnup. It's now fixed in CVS.
I will build the new version in rawhide tree soon. Thanks for your report.