Le Mon, Mar 11, 2002 at 09:37:13PM +0100, Santiago Garcia Mantinan écrivait: > Hi!
Hi ! > It is long time since I want to write this mail, but I have reviewed cvs and > this bugs seem to still be there, so here are my patches to solve a couple > of small issues, should they seem ok, I can apply them myself but I'd rather > not do it without aproval from the main coders ;-) Please apply your patches (modulo the change suggested below). :-) > --- post-boot-alpha.orig Mon Dec 3 21:11:16 2001 > +++ post-boot-alpha Fri Feb 22 19:00:00 2002 > @@ -20,7 +20,11 @@ > > # isomarkboot can't resolve symlinks within the ISO image, so we do it > # manually. > -BOOTVER=`readlink $CDROOT/dists/$CODENAME/main/disks-alpha/current` > +if [ -h $CDROOT/dists/$CODENAME/main/disks-alpha/current ];then I prefer "-L" to "-h" even if it's the same, at least for consistency. Cheers, -- Raphaël Hertzog -+- http://strasbourg.linuxfr.org/~raphael/ Formation Linux et logiciel libre : http://www.logidee.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]