Pixel <[EMAIL PROTECTED]> writes:

> > Humm on this case it's the pixel changes who broke it. I'll be glade
> > to fix them if pixel don't have time.
> if you're glade, please do it ;p

one liner :

Index: detectloader
===================================================================
RCS file: /home/cvs/cooker/soft/initscripts/mandrake/detectloader,v
retrieving revision 1.2
diff -u -u -r1.2 detectloader
--- detectloader        2000/08/05 17:15:50     1.2
+++ detectloader        2000/08/21 14:47:13
@@ -20,7 +20,7 @@
     /[0-9]$/ && ($LOADER= &detect((split)[3]) || $LOADER ); 
   }
 }
-print $LOADER;
+print $LOADER, "\n";
   
 sub detect {  
   my ($dev) = @_;


-- 
MandrakeSoft Inc                http://www.mandrakesoft.com
San-Francisco, CA USA                             --Chmouel

Reply via email to