[kernel] r12067 - dists/trunk/linux-2.6/debian/templates/temp.image.plain

Maximilian Attems maks at alioth.debian.org
Thu Aug 14 17:41:52 UTC 2008


Author: maks
Date: Thu Aug 14 17:41:51 2008
New Revision: 12067

Log:
shorten postinst output

no need to bother the user if this is postinst or even a "hook script".

Modified:
   dists/trunk/linux-2.6/debian/templates/temp.image.plain/postinst

Modified: dists/trunk/linux-2.6/debian/templates/temp.image.plain/postinst
==============================================================================
--- dists/trunk/linux-2.6/debian/templates/temp.image.plain/postinst	(original)
+++ dists/trunk/linux-2.6/debian/templates/temp.image.plain/postinst	Thu Aug 14 17:41:51 2008
@@ -1138,7 +1138,7 @@
   my $type   = shift;
   my $script = shift;
 
-  print STDERR "Running $type hook script $script.\n";
+  print STDERR "Running $script.\n";
   system ("$script $version $realimageloc$kimage-$version") &&
     print STDERR "User $type hook script [$script] ";
   if ($?) {



More information about the Kernel-svn-changes mailing list