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

Maximilian Attems maks at alioth.debian.org
Mon Jul 27 12:14:55 UTC 2009


Author: maks
Date: Mon Jul 27 12:14:50 2009
New Revision: 14025

Log:
postinst cleanup commented out code

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	Mon Jul 27 12:14:37 2009	(r14024)
+++ dists/trunk/linux-2.6/debian/templates/temp.image.plain/postinst	Mon Jul 27 12:14:50 2009	(r14025)
@@ -316,47 +316,6 @@
   return $ok;
 }
 
-######################################################################
-######################################################################
-############
-######################################################################
-######################################################################
-# sub CanonicalizePath {
-#   my $path = join '/', @_;
-#   my @work = split '/', $path;
-#   my @out;
-#   my $is_absolute;
-
-#   if (@work && $work[0] eq "") {
-#     $is_absolute = 1; shift @work;
-#   }
-
-#   while (@work) {
-#     my $seg = shift @work;
-#     if ($seg eq "." || $seg eq "") {
-#     } 
-#     elsif ($seg eq "..") {
-#       if (@out && $out[-1] ne "..") {
-#         pop @out;
-#       } 
-#       else {
-#         # Leading "..", or "../..", etc.
-#         push @out, $seg;
-#       }
-#     } 
-#     else {
-#       push @out, $seg;
-#     }
-#   }
-
-#   unshift @out, "" if $is_absolute;
-#   return join('/', @out);
-# }
-######################################################################
-######################################################################
-############
-######################################################################
-######################################################################
 
 sub spath {
   my %params = @_;



More information about the Kernel-svn-changes mailing list