Bug 122987 - /usr/sbin/isdndial still mentions isdnup in its errormessages
Summary: /usr/sbin/isdndial still mentions isdnup in its errormessages
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: isdn4k-utils
Version: 1
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Than Ngo
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-05-11 00:55 UTC by Paul Bolle
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-05-11 11:54:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


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