diff options
author | trasz <trasz@FreeBSD.org> | 2011-03-29 18:16:49 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2011-03-29 18:16:49 +0000 |
commit | 02c98d7ccf020f4163431cf36a27464472bb66f6 (patch) | |
tree | b6cf14d14c66d6b7f486f01b99ff096dafed3749 | |
parent | b8d3e8755df2ce0e93cf3b2ab68e0c4275c5565f (diff) | |
download | FreeBSD-src-02c98d7ccf020f4163431cf36a27464472bb66f6.zip FreeBSD-src-02c98d7ccf020f4163431cf36a27464472bb66f6.tar.gz |
Revert part of r220137, committed by mistake - RACCT is _not_ supposed
to be enabled in GENERIC.
-rw-r--r-- | sys/amd64/conf/GENERIC | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index a6f8a6f..eca47a8 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -65,8 +65,6 @@ options MAC # TrustedBSD MAC Framework #options KDTRACE_HOOKS # Kernel DTrace hooks options INCLUDE_CONFIG_FILE # Include this file in kernel -options RACCT - # Debugging for use in -current options KDB # Enable kernel debugger support. options DDB # Support DDB. |