[kernel] r15351 - dists/trunk/linux-2.6/debian

Ben Hutchings benh at alioth.debian.org
Thu Mar 11 00:57:47 UTC 2010


Author: benh
Date: Thu Mar 11 00:57:45 2010
New Revision: 15351

Log:
Remove TODO comment that will never be implemented

Modified:
   dists/trunk/linux-2.6/debian/linux-base.postinst

Modified: dists/trunk/linux-2.6/debian/linux-base.postinst
==============================================================================
--- dists/trunk/linux-2.6/debian/linux-base.postinst	Thu Mar 11 00:56:45 2010	(r15350)
+++ dists/trunk/linux-2.6/debian/linux-base.postinst	Thu Mar 11 00:57:45 2010	(r15351)
@@ -1525,9 +1525,7 @@
 	($ret, $answer) = get($question);
 	die "Error retrieving answer for $question: $answer" if $ret;
     
-	if ($answer ne 'true') {
-	    # TODO: go back to the auto/manual question or allow editing the plan
-	} else {
+	if ($answer eq 'true') {
 	    set_new_ids();
 	    update_config();
 	}



More information about the Kernel-svn-changes mailing list