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

Maximilian Attems maks at alioth.debian.org
Tue Feb 12 22:55:07 UTC 2008


Author: maks
Date: Tue Feb 12 22:55:06 2008
New Revision: 10529

Log:
postinst: nuke the real user mentioned useless warn()


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	Tue Feb 12 22:55:06 2008
@@ -279,11 +279,6 @@
     # Determine what the real file name is, and test that for existence
     $real_target = abs_path($source_target) if defined($source_target);
     if (!defined($source_target) || ! -d "$real_target") { # Danglink link
-      warn qq(
- Hmm. The package shipped with a symbolic link $modules_base/$version/source
- However, I can not read the target: $!
- Therefore, I am deleting $modules_base/$version/source\n
-);
       my $num = unlink "$modules_base/$version/source";
       if ($num != 1) {
         warn "error unlinking $modules_base/$version/source";



More information about the Kernel-svn-changes mailing list