[Fai-commit] r6157 - branches/stable/3.4/bin

Michael Prokop mika at alioth.debian.org
Fri Oct 15 11:09:32 UTC 2010


Author: mika
Date: 2010-10-15 11:09:28 +0000 (Fri, 15 Oct 2010)
New Revision: 6157

Modified:
   branches/stable/3.4/bin/install_packages
Log:
install_packages: Fix dpkg hold output

Thanks Michael Log <mmlogin at gmail.com> for the patch.

Modified: branches/stable/3.4/bin/install_packages
===================================================================
--- branches/stable/3.4/bin/install_packages	2010-10-15 11:09:13 UTC (rev 6156)
+++ branches/stable/3.4/bin/install_packages	2010-10-15 11:09:28 UTC (rev 6157)
@@ -182,7 +182,7 @@
   my $packlist = join(' ',@{$list{$atype}});
 
   if ($atype eq "hold") {
-    my $hold = join " hold\n", @{$list{hold}}, " hold\n";
+    my $hold = join " hold\n", @{$list{hold}}, "";
     execute("echo \"$hold\" | $rootcmd $command{hold}");
     next;
   }




More information about the Fai-commit mailing list