From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 468D8138334 for ; Wed, 7 Aug 2019 15:46:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AC8CE0830; Wed, 7 Aug 2019 15:46:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F4EAE0830 for ; Wed, 7 Aug 2019 15:46:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F25E63494A4 for ; Wed, 7 Aug 2019 15:46:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F371748 for ; Wed, 7 Aug 2019 15:46:09 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1564934938.aaaa40350b36f2b22241fdf28789336e98ae7757.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/busy-config X-VCS-Directories: defaults/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: aaaa40350b36f2b22241fdf28789336e98ae7757 X-VCS-Branch: master Date: Wed, 7 Aug 2019 15:46:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ec63ae3a-3332-49eb-ad1f-e2032b6528ba X-Archives-Hash: dde065bd385d2c9f6f50d242007eff14 commit: aaaa40350b36f2b22241fdf28789336e98ae7757 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Aug 4 16:08:58 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Aug 4 16:08:58 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=aaaa4035 busyy-config: Update - Enable FEATURE_FAST_TOP by default - Unset SVOK by default - Enable WALL by default Signed-off-by: Thomas Deutschmann gentoo.org> defaults/busy-config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/defaults/busy-config b/defaults/busy-config index 1184633..7830c83 100644 --- a/defaults/busy-config +++ b/defaults/busy-config @@ -111,7 +111,7 @@ CONFIG_FEATURE_BUFFERS_USE_MALLOC=y CONFIG_PASSWORD_MINLEN=6 CONFIG_MD5_SMALL=1 CONFIG_SHA3_SMALL=1 -# CONFIG_FEATURE_FAST_TOP is not set +CONFIG_FEATURE_FAST_TOP=y # CONFIG_FEATURE_ETC_NETWORKS is not set CONFIG_FEATURE_EDITING=y CONFIG_FEATURE_EDITING_MAX_LEN=1024 @@ -353,7 +353,7 @@ CONFIG_BASE64=y CONFIG_WC=y CONFIG_FEATURE_WC_LARGE=y CONFIG_WHOAMI=y -# CONFIG_WHO is not set +CONFIG_WHO=y # CONFIG_W is not set # CONFIG_USERS is not set CONFIG_YES=y @@ -1054,6 +1054,7 @@ CONFIG_FEATURE_SHOW_THREADS=y # CONFIG_FEATURE_RUNSVDIR_LOG is not set # CONFIG_SV is not set CONFIG_SV_DEFAULT_SERVICE_DIR="" +# CONFIG_SVOK is not set # CONFIG_SVC is not set # CONFIG_SVLOGD is not set # CONFIG_CHCON is not set