summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-September/018404.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2012-September/018404.html')
-rw-r--r--zarb-ml/mageia-dev/2012-September/018404.html84
1 files changed, 84 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-September/018404.html b/zarb-ml/mageia-dev/2012-September/018404.html
new file mode 100644
index 000000000..09a72e6b3
--- /dev/null
+++ b/zarb-ml/mageia-dev/2012-September/018404.html
@@ -0,0 +1,84 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] [soft-commits] [5525] (mkinitrd) Fix prefix checking in foreign partition check (mga#6966)
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B5525%5D%20%28mkinitrd%29%20Fix%20prefix%0A%20checking%20in%20foreign%20partition%20check%20%28mga%236966%29&In-Reply-To=%3CCAONrEtbcRmeJDCRNtV4a7KqythDBg5gRKo%2BEDJ8o_KP4BRWehA%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="018412.html">
+ <LINK REL="Next" HREF="018406.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] [soft-commits] [5525] (mkinitrd) Fix prefix checking in foreign partition check (mga#6966)</H1>
+ <B>Thierry Vignaud</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B5525%5D%20%28mkinitrd%29%20Fix%20prefix%0A%20checking%20in%20foreign%20partition%20check%20%28mga%236966%29&In-Reply-To=%3CCAONrEtbcRmeJDCRNtV4a7KqythDBg5gRKo%2BEDJ8o_KP4BRWehA%40mail.gmail.com%3E"
+ TITLE="[Mageia-dev] [soft-commits] [5525] (mkinitrd) Fix prefix checking in foreign partition check (mga#6966)">thierry.vignaud at gmail.com
+ </A><BR>
+ <I>Sat Sep 1 17:15:23 CEST 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="018412.html">[Mageia-dev] [RFC] kdelibs4-devel and cmake macros
+</A></li>
+ <LI>Next message: <A HREF="018406.html">[Mageia-dev] [soft-commits] [5525] (mkinitrd) Fix prefix checking in foreign partition check (mga#6966)
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#18404">[ date ]</a>
+ <a href="thread.html#18404">[ thread ]</a>
+ <a href="subject.html#18404">[ subject ]</a>
+ <a href="author.html#18404">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On 1 September 2012 16:40, &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A>&gt; wrote:
+&gt;<i> Revision 5525 Author colin Date 2012-09-01 16:40:52 +0200 (Sat, 01 Sep 2012)
+</I>&gt;<i>
+</I>&gt;<i> Log Message
+</I>&gt;<i>
+</I>&gt;<i> (mkinitrd) Fix prefix checking in foreign partition check (mga#6966)
+</I>
+Nice spot.
+
+&gt;<i> Modified: drakx/trunk/perl-install/bootloader.pm
+</I>&gt;<i> ===================================================================
+</I>&gt;<i> --- drakx/trunk/perl-install/bootloader.pm 2012-08-31 23:38:35 UTC (rev
+</I>&gt;<i> 5524)
+</I>&gt;<i> +++ drakx/trunk/perl-install/bootloader.pm 2012-09-01 14:40:52 UTC (rev
+</I>&gt;<i> 5525)
+</I>&gt;<i> @@ -113,7 +113,7 @@
+</I>&gt;<i> return $initrd if $::testing # testing mode
+</I>&gt;<i> || -e &quot;$::prefix/$initrd&quot; # already exists
+</I>&gt;<i> || $initrd =~ /\(hd/ # unrecognized partition
+</I>&gt;<i> - || !-d $dir; # dir doesn't exist (probably !mounted
+</I>&gt;<i> foreign part)
+</I>&gt;<i> + || !-d &quot;$::prefix/$dir&quot;;# dir doesn't exist (probably !mounted
+</I>&gt;<i> foreign part)
+</I></PRE>
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="018412.html">[Mageia-dev] [RFC] kdelibs4-devel and cmake macros
+</A></li>
+ <LI>Next message: <A HREF="018406.html">[Mageia-dev] [soft-commits] [5525] (mkinitrd) Fix prefix checking in foreign partition check (mga#6966)
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#18404">[ date ]</a>
+ <a href="thread.html#18404">[ thread ]</a>
+ <a href="subject.html#18404">[ subject ]</a>
+ <a href="author.html#18404">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
+mailing list</a><br>
+</body></html>