From 0c4d0f7a65b82cd9648e306dc90627461b0dc0d5 Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Wed, 12 Dec 2007 14:07:35 +0000 Subject: [PATCH] Unifiy BSD_PROCESS_ACCT settings across all configs. no reason to have it turned off anywhere svn path=/dists/trunk/linux-2.6/; revision=9946 --- debian/changelog | 3 ++- debian/config/arm/config.footbridge | 2 -- debian/config/arm/config.iop32x | 1 - debian/config/arm/config.versatile | 2 -- debian/config/mips/config.4kc-malta | 2 -- debian/config/mips/config.5kc-malta | 2 -- debian/config/mips/config.qemu | 1 - debian/config/mips/config.r4k-ip22 | 2 -- debian/config/mips/config.r5k-ip32 | 2 -- debian/config/mips/config.sb1-bcm91250a | 2 -- debian/config/mips/config.sb1a-bcm91480b | 2 -- debian/config/mipsel/config.4kc-malta | 2 -- debian/config/mipsel/config.5kc-malta | 2 -- debian/config/mipsel/config.qemu | 1 - debian/config/mipsel/config.r5k-cobalt | 1 - debian/config/mipsel/config.sb1-bcm91250a | 2 -- debian/config/mipsel/config.sb1a-bcm91480b | 2 -- debian/config/powerpc/config.apus | 2 -- debian/config/powerpc/config.powerpc-miboot | 1 - debian/config/sparc/config.sparc32 | 1 - 20 files changed, 2 insertions(+), 33 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2bf7de575..20b1a21a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,7 @@ linux-2.6 (2.6.24~rc5-1~experimental.1) UNRELEASED; urgency=low * [i386] Set SND_SC6000, EDAC_I3000, EDAC_I5000. * Set USB_EHCI_TT_NEWSCHED fills USB 2.0 bandwith better. (closes: #454797) * postrm: Nuke initramfs sha1sum on linux-image package removal. + * Unifiy BSD_PROCESS_ACCT settings across configs. (closes: #455892) [ Bastian Blank ] * [amd64, i386]: Set kernel architecture to x86. @@ -33,7 +34,7 @@ linux-2.6 (2.6.24~rc5-1~experimental.1) UNRELEASED; urgency=low [ dann frazier ] * [ia64]: Enable BLK_CPQ_DA - -- maximilian attems Wed, 12 Dec 2007 01:11:46 +0100 + -- maximilian attems Wed, 12 Dec 2007 15:06:07 +0100 linux-2.6 (2.6.23-1~experimental.1) UNRELEASED; urgency=low diff --git a/debian/config/arm/config.footbridge b/debian/config/arm/config.footbridge index 66f2f182a..87947e743 100644 --- a/debian/config/arm/config.footbridge +++ b/debian/config/arm/config.footbridge @@ -18,8 +18,6 @@ CONFIG_LOCALVERSION="" CONFIG_SWAP=y CONFIG_SYSVIPC=y # CONFIG_POSIX_MQUEUE is not set -CONFIG_BSD_PROCESS_ACCT=y -# CONFIG_BSD_PROCESS_ACCT_V3 is not set CONFIG_AUDIT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" diff --git a/debian/config/arm/config.iop32x b/debian/config/arm/config.iop32x index a4961ba9d..19b957ef8 100644 --- a/debian/config/arm/config.iop32x +++ b/debian/config/arm/config.iop32x @@ -17,7 +17,6 @@ CONFIG_LOCALVERSION="" CONFIG_SWAP=y CONFIG_SYSVIPC=y # CONFIG_POSIX_MQUEUE is not set -# CONFIG_BSD_PROCESS_ACCT is not set CONFIG_AUDIT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" diff --git a/debian/config/arm/config.versatile b/debian/config/arm/config.versatile index 341eba6ff..0b7e991f3 100644 --- a/debian/config/arm/config.versatile +++ b/debian/config/arm/config.versatile @@ -28,8 +28,6 @@ CONFIG_LOCALVERSION="" CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y -CONFIG_BSD_PROCESS_ACCT=y -CONFIG_BSD_PROCESS_ACCT_V3=y # CONFIG_TASKSTATS is not set # CONFIG_AUDIT is not set # CONFIG_IKCONFIG is not set diff --git a/debian/config/mips/config.4kc-malta b/debian/config/mips/config.4kc-malta index 0c2269b7a..60e36d861 100644 --- a/debian/config/mips/config.4kc-malta +++ b/debian/config/mips/config.4kc-malta @@ -179,8 +179,6 @@ CONFIG_LOCALVERSION="" CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y -CONFIG_BSD_PROCESS_ACCT=y -CONFIG_BSD_PROCESS_ACCT_V3=y # CONFIG_TASKSTATS is not set CONFIG_AUDIT=y CONFIG_IKCONFIG=y diff --git a/debian/config/mips/config.5kc-malta b/debian/config/mips/config.5kc-malta index 3f9dfa92b..0caa61ced 100644 --- a/debian/config/mips/config.5kc-malta +++ b/debian/config/mips/config.5kc-malta @@ -170,8 +170,6 @@ CONFIG_SWAP=y CONFIG_SYSVIPC=y # CONFIG_IPC_NS is not set CONFIG_POSIX_MQUEUE=y -CONFIG_BSD_PROCESS_ACCT=y -CONFIG_BSD_PROCESS_ACCT_V3=y # CONFIG_TASKSTATS is not set # CONFIG_UTS_NS is not set CONFIG_AUDIT=y diff --git a/debian/config/mips/config.qemu b/debian/config/mips/config.qemu index 1a2ed6035..dcb51ba48 100644 --- a/debian/config/mips/config.qemu +++ b/debian/config/mips/config.qemu @@ -160,7 +160,6 @@ CONFIG_LOCALVERSION_AUTO=y CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y -# CONFIG_BSD_PROCESS_ACCT is not set # CONFIG_TASKSTATS is not set CONFIG_AUDIT=y CONFIG_IKCONFIG=y diff --git a/debian/config/mips/config.r4k-ip22 b/debian/config/mips/config.r4k-ip22 index b6b169ae2..ac181b6e7 100644 --- a/debian/config/mips/config.r4k-ip22 +++ b/debian/config/mips/config.r4k-ip22 @@ -144,8 +144,6 @@ CONFIG_LOCALVERSION_AUTO=y CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y -CONFIG_BSD_PROCESS_ACCT=y -# CONFIG_BSD_PROCESS_ACCT_V3 is not set CONFIG_AUDIT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" diff --git a/debian/config/mips/config.r5k-ip32 b/debian/config/mips/config.r5k-ip32 index dd7c7c04f..df214d763 100644 --- a/debian/config/mips/config.r5k-ip32 +++ b/debian/config/mips/config.r5k-ip32 @@ -145,8 +145,6 @@ CONFIG_LOCALVERSION_AUTO=y CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y -CONFIG_BSD_PROCESS_ACCT=y -# CONFIG_BSD_PROCESS_ACCT_V3 is not set CONFIG_AUDIT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" diff --git a/debian/config/mips/config.sb1-bcm91250a b/debian/config/mips/config.sb1-bcm91250a index 9dc5c890c..3774c73d1 100644 --- a/debian/config/mips/config.sb1-bcm91250a +++ b/debian/config/mips/config.sb1-bcm91250a @@ -162,8 +162,6 @@ CONFIG_LOCALVERSION_AUTO=y CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y -CONFIG_BSD_PROCESS_ACCT=y -# CONFIG_BSD_PROCESS_ACCT_V3 is not set CONFIG_AUDIT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" diff --git a/debian/config/mips/config.sb1a-bcm91480b b/debian/config/mips/config.sb1a-bcm91480b index 83575781c..f53b375e0 100644 --- a/debian/config/mips/config.sb1a-bcm91480b +++ b/debian/config/mips/config.sb1a-bcm91480b @@ -157,8 +157,6 @@ CONFIG_LOCALVERSION_AUTO=y CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y -CONFIG_BSD_PROCESS_ACCT=y -# CONFIG_BSD_PROCESS_ACCT_V3 is not set CONFIG_AUDIT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" diff --git a/debian/config/mipsel/config.4kc-malta b/debian/config/mipsel/config.4kc-malta index 0cb75283c..e70f8a4c9 100644 --- a/debian/config/mipsel/config.4kc-malta +++ b/debian/config/mipsel/config.4kc-malta @@ -179,8 +179,6 @@ CONFIG_LOCALVERSION="" CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y -CONFIG_BSD_PROCESS_ACCT=y -CONFIG_BSD_PROCESS_ACCT_V3=y # CONFIG_TASKSTATS is not set CONFIG_AUDIT=y CONFIG_IKCONFIG=y diff --git a/debian/config/mipsel/config.5kc-malta b/debian/config/mipsel/config.5kc-malta index 832e89758..556c6bd96 100644 --- a/debian/config/mipsel/config.5kc-malta +++ b/debian/config/mipsel/config.5kc-malta @@ -170,8 +170,6 @@ CONFIG_SWAP=y CONFIG_SYSVIPC=y # CONFIG_IPC_NS is not set CONFIG_POSIX_MQUEUE=y -CONFIG_BSD_PROCESS_ACCT=y -CONFIG_BSD_PROCESS_ACCT_V3=y # CONFIG_TASKSTATS is not set # CONFIG_UTS_NS is not set CONFIG_AUDIT=y diff --git a/debian/config/mipsel/config.qemu b/debian/config/mipsel/config.qemu index 45b32ce13..e089a009d 100644 --- a/debian/config/mipsel/config.qemu +++ b/debian/config/mipsel/config.qemu @@ -160,7 +160,6 @@ CONFIG_LOCALVERSION_AUTO=y CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y -# CONFIG_BSD_PROCESS_ACCT is not set # CONFIG_TASKSTATS is not set CONFIG_AUDIT=y CONFIG_IKCONFIG=y diff --git a/debian/config/mipsel/config.r5k-cobalt b/debian/config/mipsel/config.r5k-cobalt index 298584300..499acbba9 100644 --- a/debian/config/mipsel/config.r5k-cobalt +++ b/debian/config/mipsel/config.r5k-cobalt @@ -138,7 +138,6 @@ CONFIG_LOCALVERSION_AUTO=y CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y -# CONFIG_BSD_PROCESS_ACCT is not set CONFIG_AUDIT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y diff --git a/debian/config/mipsel/config.sb1-bcm91250a b/debian/config/mipsel/config.sb1-bcm91250a index 34f0e1b56..d12c1f0ba 100644 --- a/debian/config/mipsel/config.sb1-bcm91250a +++ b/debian/config/mipsel/config.sb1-bcm91250a @@ -162,8 +162,6 @@ CONFIG_LOCALVERSION_AUTO=y CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y -CONFIG_BSD_PROCESS_ACCT=y -# CONFIG_BSD_PROCESS_ACCT_V3 is not set CONFIG_AUDIT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" diff --git a/debian/config/mipsel/config.sb1a-bcm91480b b/debian/config/mipsel/config.sb1a-bcm91480b index 367c60672..d329c63a4 100644 --- a/debian/config/mipsel/config.sb1a-bcm91480b +++ b/debian/config/mipsel/config.sb1a-bcm91480b @@ -157,8 +157,6 @@ CONFIG_LOCALVERSION_AUTO=y CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y -CONFIG_BSD_PROCESS_ACCT=y -# CONFIG_BSD_PROCESS_ACCT_V3 is not set CONFIG_AUDIT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" diff --git a/debian/config/powerpc/config.apus b/debian/config/powerpc/config.apus index 134d1da22..bf17b8253 100644 --- a/debian/config/powerpc/config.apus +++ b/debian/config/powerpc/config.apus @@ -24,8 +24,6 @@ CONFIG_LOCALVERSION="" CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y -CONFIG_BSD_PROCESS_ACCT=y -# CONFIG_BSD_PROCESS_ACCT_V3 is not set # CONFIG_IKCONFIG is not set # CONFIG_KALLSYMS_ALL is not set CONFIG_BASE_FULL=y diff --git a/debian/config/powerpc/config.powerpc-miboot b/debian/config/powerpc/config.powerpc-miboot index 539205ca3..bd96d029f 100644 --- a/debian/config/powerpc/config.powerpc-miboot +++ b/debian/config/powerpc/config.powerpc-miboot @@ -2,7 +2,6 @@ CONFIG_PPC32=y CONFIG_MAC_FLOPPY=y # CONFIG_SMP is not set -# CONFIG_BSD_PROCESS_ACCT is not set # CONFIG_AUDIT is not set CONFIG_EMBEDDED=y # CONFIG_BASE_FULL is not set diff --git a/debian/config/sparc/config.sparc32 b/debian/config/sparc/config.sparc32 index 023fd21b5..f2a02e8ed 100644 --- a/debian/config/sparc/config.sparc32 +++ b/debian/config/sparc/config.sparc32 @@ -33,7 +33,6 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_SCSI_AIC7XXX_OLD is not set # CONFIG_SUN_JSFLASH is not set CONFIG_LOGO_LINUX_CLUT224=y -# CONFIG_BSD_PROCESS_ACCT is not set # CONFIG_S2IO is not set # CONFIG_REISERFS_FS_SECURITY is not set # CONFIG_SCSI_3W_9XXX is not set