[kernel] r17989 - in dists/sid/linux-2.6/debian: . templates/image.plain.bug

Ben Hutchings benh at alioth.debian.org
Tue Aug 23 12:59:28 UTC 2011


Author: benh
Date: Tue Aug 23 12:59:26 2011
New Revision: 17989

Log:
Remove net device features from bug reports (Closes: #638956)

Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/templates/image.plain.bug/include-network

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	Tue Aug 23 06:04:48 2011	(r17988)
+++ dists/sid/linux-2.6/debian/changelog	Tue Aug 23 12:59:26 2011	(r17989)
@@ -9,6 +9,7 @@
      http://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.0.3
   * netfilter: TCP and raw fix for ip_route_me_harder (fixes case where
     SNAT/masquerading is not done)
+  * Remove net device features from bug reports (Closes: #638956)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 21 Aug 2011 16:18:29 +0100
 

Modified: dists/sid/linux-2.6/debian/templates/image.plain.bug/include-network
==============================================================================
--- dists/sid/linux-2.6/debian/templates/image.plain.bug/include-network	Tue Aug 23 06:04:48 2011	(r17988)
+++ dists/sid/linux-2.6/debian/templates/image.plain.bug/include-network	Tue Aug 23 12:59:26 2011	(r17989)
@@ -27,11 +27,6 @@
     netstat -s >&3 || true
     echo >&3
   fi
-  echo '*** Device features:' >&3
-  for dir in /sys/class/net/*; do
-    echo -n "${dir##*/}: " >&3
-    cat "$dir"/features >&3
-  done
   echo >&3
 }
 



More information about the Kernel-svn-changes mailing list