Re: [Cooker] /usr/lib/libDrakX/detect_devices.pm bug ?

2002-08-11 Thread Pixel
rcc [EMAIL PROTECTED] writes: 85:eval { modules::load(floppy) }; [...] this is just a quick hack but it works here, draktools used to segfault before, they don't anymore and floppy gets loaded if present, i just fixed it in CVS. it goes along with latest modules.pm which ignores

Re: [Cooker] /usr/lib/libDrakX/detect_devices.pm bug ?

2002-08-11 Thread Xavier Granier
Le Dimanche 11 Août 2002 11:39, Pixel a écrit : rcc [EMAIL PROTECTED] writes: 85:eval { modules::load(floppy) }; [...] this is just a quick hack but it works here, draktools used to segfault before, they don't anymore and floppy gets loaded if present, i just fixed it in CVS. it

Re: [Cooker] /usr/lib/libDrakX/detect_devices.pm bug ?

2002-08-10 Thread Pixel
rcc [EMAIL PROTECTED] writes: detect_devices.pm: 83: sub floppies() { 84:require modules; 85:eval { modules::load(floppy) }; return if $@; --- new this is just a quick hack but it works here, draktools used to segfault before, they

Re: [Cooker] /usr/lib/libDrakX/detect_devices.pm bug ?

2002-08-10 Thread rcc
On 10 Aug 2002 14:21:15 +0200 Pixel [EMAIL PROTECTED] wrote: rcc [EMAIL PROTECTED] writes: detect_devices.pm: 83: sub floppies() { 84:require modules; 85:eval { modules::load(floppy) }; return if $@; --- new that's the old

Re: [Cooker] /usr/lib/libDrakX/detect_devices.pm bug ?

2002-08-10 Thread Xavier Granier
Le Samedi 10 Août 2002 05:21, Pixel a écrit : rcc [EMAIL PROTECTED] writes: detect_devices.pm: 83: sub floppies() { 84:require modules; 85:eval { modules::load(floppy) }; return if $@; --- new this is just a quick hack but it