https://qa.mandrakesoft.com/show_bug.cgi?id=634
Product: isdn4k-utils
Component: isdn4k-utils
Summary: wrong location for documentation is in isdn4net package
Version: 3.1-1.pre1.10mdk
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
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"
;;
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.