r1475 - in trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian: . patches patches/series
maks-guest@haydn.debian.org
maks-guest@haydn.debian.org
Sun, 29 Aug 2004 13:15:41 -0600
Author: maks-guest
Date: 2004-08-29 13:14:38 -0600 (Sun, 29 Aug 2004)
New Revision: 1475
Added:
trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/fix-url-bsd-acct.dpatch
Modified:
trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog
trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/series/2.6.8-6
Log:
add fix for url bsd acct,
streamline my changelog style.
Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog 2004-08-29 18:41:35 UTC (rev 1474)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog 2004-08-29 19:14:38 UTC (rev 1475)
@@ -1,17 +1,19 @@
kernel-source-2.6.8 (2.6.8-6) UNRELEASED; urgency=low
- * reiserfs xattr/acl fix if root fs. (Max Attems)
+ * reiserfs xattr/acl fix if root fs (Max Attems).
- * fix /proc/net/netstat output for `netstat -s`. (Max Attems)
+ * fix /proc/net/netstat output for `netstat -s` (Max Attems).
- * Add missing intel CPU descriptors. (Max Attems)
+ * Add missing intel CPU descriptors (Max Attems).
* Revert changelog.dpatch that was silently added (Christoph Hellwig).
- * JFS: fix memory leak. (Max Attems)
+ * JFS: fix memory leak (Max Attems).
- * Add sis900 phy. (Max Attems)
+ * Add sis900 phy (Max Attems).
+ * Fix bad URL in BSD acct help entry (closes: #268871) (Max Attems).
+
--
kernel-source-2.6.8 (2.6.8-5) unstable; urgency=high
Added: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/fix-url-bsd-acct.dpatch
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/fix-url-bsd-acct.dpatch 2004-08-29 18:41:35 UTC (rev 1474)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/fix-url-bsd-acct.dpatch 2004-08-29 19:14:38 UTC (rev 1475)
@@ -0,0 +1,23 @@
+#! /bin/sh -e
+## <PATCHNAME>.dpatch by <PATCH_AUTHOR@EMAI>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Description: Fix bad URL in BSD acct help entry
+## DP: Patch author: tim@physik3.uni-rostock.de
+## DP: Upstream status: submitted
+
+. $(dirname $0)/DPATCH
+
+@DPATCH@
+diff -Nru a/init/Kconfig b/init/Kconfig
+--- a/init/Kconfig 2004-08-29 12:06:26 -07:00
++++ b/init/Kconfig 2004-08-29 12:06:26 -07:00
+@@ -123,7 +123,7 @@
+ process and it's parent. Note that this file format is incompatible
+ with previous v0/v1/v2 file formats, so you will need updated tools
+ for processing it. A preliminary version of these tools is available
+- at <http://http://www.de.kernel.org/pub/linux/utils/acct/>.
++ at <http://www.physik3.uni-rostock.de/tim/kernel/utils/acct/>.
+
+ config SYSCTL
+ bool "Sysctl support"
Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/series/2.6.8-6
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/series/2.6.8-6 2004-08-29 18:41:35 UTC (rev 1474)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/series/2.6.8-6 2004-08-29 19:14:38 UTC (rev 1475)
@@ -4,3 +4,4 @@
- changelog.dpatch
+ jfs-memory-leak.dpatch
+ sis900-add-phy.dpatch
++ fix-url-bsd-acct.dpatch