Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45124 - wrong path entrys in /etc/isdn/isdn.conf from ebuild isdn4k-utils
Summary: wrong path entrys in /etc/isdn/isdn.conf from ebuild isdn4k-utils
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-19 05:01 UTC by Frank Eichentopf
Modified: 2004-09-23 22:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Eichentopf 2004-03-19 05:01:03 UTC
Hello, 

the file /etc/isdn/isdn.conf from the isdn4k-utils ebuild contains wrong paths.
here is the patch to correct this.



--- isdn.conf.install   2004-03-19 13:53:59.000000000 +0100
+++ isdn.conf   2004-03-19 13:54:48.000000000 +0100
@@ -24,12 +24,12 @@
 CHARGEMAX       = 50.00
 CURRENCY = 0.062,EUR

-COUNTRYFILE = /usr/lib/isdn/country.dat
+COUNTRYFILE = /usr/share/isdn/country.dat
 RATECONF= /etc/isdn/rate.conf
-RATEFILE= /usr/lib/isdn/rate-de.dat
-HOLIDAYS= /usr/lib/isdn/holiday-de.dat
-ZONEFILE= /usr/lib/isdn/zone-de-%s.cdb
-DESTFILE= /usr/lib/isdn/dest.cdb
+RATEFILE= /usr/share/isdn/rate-de.dat
+HOLIDAYS= /usr/share/isdn/holiday-de.dat
+ZONEFILE= /usr/share/isdn/zone-de-%s.cdb
+DESTFILE= /usr/share/isdn/dest.cdb

 # providerselect
 VBN = 010:01900
Comment 1 Daniel Black (RETIRED) gentoo-dev 2004-09-23 19:13:25 UTC
fixed. thanks for the bug report.
Comment 2 Daniel Black (RETIRED) gentoo-dev 2004-09-23 22:38:43 UTC
One comment for next time. Please put patches and ebuilds as attachements they are lots easier to deal with that way.