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 8500D138334 for ; Sat, 30 Mar 2019 01:28:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77B7EE08C0; Sat, 30 Mar 2019 01:28:46 +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 4CA06E08C0 for ; Sat, 30 Mar 2019 01:28:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 73CDA335CFF for ; Sat, 30 Mar 2019 01:28:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B688057D for ; Sat, 30 Mar 2019 01:28:42 +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: <1553909275.7d030cd546cacb36c3d4f5dd4827934395e0c278.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: 7d030cd546cacb36c3d4f5dd4827934395e0c278 X-VCS-Branch: master Date: Sat, 30 Mar 2019 01:28:42 +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: 47aca761-f6d4-4c73-83a9-b2a81a0f3413 X-Archives-Hash: ac8a43df7b1be06a9d589e2a0adff1fd commit: 7d030cd546cacb36c3d4f5dd4827934395e0c278 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Mar 30 01:20:24 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Mar 30 01:27:55 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=7d030cd5 debugshell: fix less/more Signed-off-by: Thomas Deutschmann gentoo.org> defaults/busy-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/busy-config b/defaults/busy-config index 3393cf8..0bd22ef 100644 --- a/defaults/busy-config +++ b/defaults/busy-config @@ -784,7 +784,7 @@ CONFIG_I2CDUMP=y CONFIG_I2CDETECT=y # CONFIG_INOTIFYD is not set CONFIG_LESS=y -CONFIG_FEATURE_LESS_MAXLINES=0 +CONFIG_FEATURE_LESS_MAXLINES=9999999 # CONFIG_FEATURE_LESS_BRACKETS is not set # CONFIG_FEATURE_LESS_FLAGS is not set CONFIG_FEATURE_LESS_TRUNCATE=y