Mageia Bugzilla – Attachment 4045 Details for
Bug 10228
provide updated isdn4k-utils for Mageia3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
udev is too slow to create the symlinks, so make capiinit look for the actual device
isdn4k-utils-capiinit_devname.patch (text/plain), 402 bytes, created by
Christian Lohmaier
on 2013-05-24 20:58:28 CEST
(
hide
)
Description:
udev is too slow to create the symlinks, so make capiinit look for the actual device
Filename:
MIME Type:
Creator:
Christian Lohmaier
Created:
2013-05-24 20:58:28 CEST
Size:
402 bytes
patch
obsolete
>--- capiinit/capiinit.c 2012-06-30 16:06:29.000000000 +0200 >+++ capiinit/capiinit.c_mod 2013-05-24 12:16:39.788237546 +0200 >@@ -90,7 +90,7 @@ > > #define MODPROBE "/sbin/modprobe" > static char capidevnameold[] = "/dev/capi20"; >-static char capidevnamenew[] = "/dev/isdn/capi20"; >+static char capidevnamenew[] = "/dev/capi"; > static char *capidevname = capidevnameold; > > static char *firmwarepath[] = {
--- capiinit/capiinit.c 2012-06-30 16:06:29.000000000 +0200 +++ capiinit/capiinit.c_mod 2013-05-24 12:16:39.788237546 +0200 @@ -90,7 +90,7 @@ #define MODPROBE "/sbin/modprobe" static char capidevnameold[] = "/dev/capi20"; -static char capidevnamenew[] = "/dev/isdn/capi20"; +static char capidevnamenew[] = "/dev/capi"; static char *capidevname = capidevnameold; static char *firmwarepath[] = {
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 10228
:
4027
|
4028
|
4029
|
4030
|
4031
|
4032
|
4033
| 4045 |
4046