[Fai-commit] r4051 - in people/mugwump/lvmraid: . bin

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Tue Oct 3 22:45:04 UTC 2006


Author: samv-guest
Date: 2006-10-03 22:45:03 +0000 (Tue, 03 Oct 2006)
New Revision: 4051

Modified:
   people/mugwump/lvmraid/
   people/mugwump/lvmraid/bin/setup_harddisks
Log:
Fix 'obvious confusion' between PartMountpoint <-> MountpointPart

I've had two people report this bug already, don't know why it doesn't
affect my usage, but I'll apply it here for now anyway.



Property changes on: people/mugwump/lvmraid
___________________________________________________________________
Name: svk:merge
   - d29f7b36-84ff-0310-85ce-ba787dbd31ca:/local/fai/people/mugwump/lvmraid:12896
   + d29f7b36-84ff-0310-85ce-ba787dbd31ca:/local/fai/people/mugwump/lvmraid:14535

Modified: people/mugwump/lvmraid/bin/setup_harddisks
===================================================================
--- people/mugwump/lvmraid/bin/setup_harddisks	2006-10-02 12:34:06 UTC (rev 4050)
+++ people/mugwump/lvmraid/bin/setup_harddisks	2006-10-03 22:45:03 UTC (rev 4051)
@@ -2038,7 +2038,7 @@
 	BuildfstabLine("none", "/proc", "proc", "defaults", 0, 0);
 
     # 4. sorted others
-    foreach my $mountpoint (sort keys %g_PartMountpoint){
+    foreach my $mountpoint (sort keys %g_MountpointPart){
 
 	next unless $mountpoint =~ m{^/.+};
 




More information about the Fai-commit mailing list