[kernel] r10527 - in dists/trunk/linux-2.6/debian: . templates/temp.image.plain

Maximilian Attems maks at alioth.debian.org
Tue Feb 12 22:43:44 UTC 2008


Author: maks
Date: Tue Feb 12 22:43:43 2008
New Revision: 10527

Log:
postinst: Nuke confusing postinst message.

this message generates far to many bugreports
and seems pretty useless, so just get rid of it.


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

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Tue Feb 12 22:43:43 2008
@@ -29,6 +29,7 @@
     useful for old broken acpi tables. (closes: #251023)
   * Tighten yaird dependency. (closes: #403171)
   * configs disable IRDA_DEBUG.
+  * postinst: Nuke confusing postinst message. (closes: #465512)
 
   [ Martin Michlmayr ]
   * [arm] Update IXP4xx Ethernet patches.

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:43:43 2008
@@ -247,11 +247,6 @@
     # Determine what the real file name is, and test that for existence
     $real_target = abs_path($build_target) if defined($build_target);
     if (!defined($build_target) || ! -d "$real_target") { # Danglink link
-      warn qq(
- Hmm. There is a symbolic link $modules_base/$version/build
- However, I can not read it: $!
- Therefore, I am deleting $modules_base/$version/build\n
-);
       my $num = unlink "$modules_base/$version/build";
       if ($num != 1) {
         warn "error unlinking $modules_base/$version/build";



More information about the Kernel-svn-changes mailing list