[kernel] r6536 - in dists/trunk/utils/mkvmlinuz/mkvmlinuz: debian
Sven Luther
luther at costa.debian.org
Mon May 8 19:39:41 UTC 2006
Author: luther
Date: Mon May 8 19:39:41 2006
New Revision: 6536
Modified:
dists/trunk/utils/mkvmlinuz/mkvmlinuz/debian/changelog
dists/trunk/utils/mkvmlinuz/mkvmlinuz/mkvmlinuz
Log:
Fixed commented out cleanup line :/ Closes: #365978
Modified: dists/trunk/utils/mkvmlinuz/mkvmlinuz/debian/changelog
==============================================================================
--- dists/trunk/utils/mkvmlinuz/mkvmlinuz/debian/changelog (original)
+++ dists/trunk/utils/mkvmlinuz/mkvmlinuz/debian/changelog Mon May 8 19:39:41 2006
@@ -1,3 +1,10 @@
+mkvmlinuz (21) unstable; urgency=low
+
+ * Fixed commented out cleanup call, now doesn't fill /tmp with cruft
+ anymore. Thanks to Colin Watson for noticing this. (Closes: #365978)
+
+ -- Sven Luther <luther at debian.org> Mon, 8 May 2006 19:32:16 +0000
+
mkvmlinuz (20) unstable; urgency=low
* Ported to 2.6.16 powerpc kernels.
Modified: dists/trunk/utils/mkvmlinuz/mkvmlinuz/mkvmlinuz
==============================================================================
--- dists/trunk/utils/mkvmlinuz/mkvmlinuz/mkvmlinuz (original)
+++ dists/trunk/utils/mkvmlinuz/mkvmlinuz/mkvmlinuz Mon May 8 19:39:41 2006
@@ -390,4 +390,4 @@
# clean up
test -z "$verbose" || echo === Cleaning up...
-#rm -rf $work
+rm -rf $work
More information about the Kernel-svn-changes
mailing list