https://qa.mandrakesoft.com/show_bug.cgi?id=634
------- Additional Comments From [EMAIL PROTECTED] 2002-12-14 10:17 -------
Very very old bug I noticed. Always figured It was a known bug that would get
fixed the nex mandrake release.
Yes noticed it since version Mdk 7.2
Could be pushed to a CONFIRMED status
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
description:
First of all. I didn't found the isdn4net-package to choose for report these
bug. So I assume here it is right.
If I use the the isdn4net tools there is an error:
<----------------------------------------------->
#>isdn card setup
If you don't know your cardtype or required parameters you can see the list of
supported HiSax cards
Do you want to see the HiSax list? (yes/no) yes
ls: /usr/doc: No such file or directory
/usr/doc//doc/hisax.help: No such file or directory
Enter your values, hit enter to accept defaults in brackets:
Card ID [HiSax]
<---------------------------------------------->
The wanted file is in /usr/share/doc/isdn4net-1.4.5/doc
This patch correct it:
--- /usr/bin/isdn 2002-03-20 22:59:00.000000000 +0100
+++ isdn 2002-12-14 01:32:14.000000000 +0100
@@ -17,7 +17,7 @@
function help ()
{
- HELPDIR="/usr/doc/`ls /usr/doc | grep isdn4net | awk ' { print $1 }
'`"
+ HELPDIR="/usr/share/doc/`ls /usr/share/doc | grep isdn4net | awk ' {
print $1 } '`"
less "${HELPDIR}/doc/i4n.help"
}
@@ -338,7 +338,7 @@
--version) echo "isdn version 0.4 - an isdn admin utility for the isdn4net
package" ;;
hisax)
- HELPDIR="/usr/doc/`ls /usr/doc | grep isdn4net | awk ' { print $1 }
'`"
+ HELPDIR="/usr/share/doc/`ls /usr/share/doc | grep isdn4net | awk ' {
print $1 } '`"
less "${HELPDIR}/doc/hisax.help"
;;