From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B4A7758973 for ; Tue, 26 Jan 2016 07:24:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FB5EE0826; Tue, 26 Jan 2016 07:24:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C484521C001 for ; Tue, 26 Jan 2016 07:24:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E045F340B6E for ; Tue, 26 Jan 2016 07:23:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D8CC10BF for ; Tue, 26 Jan 2016 07:23:58 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1453792330.55f05e6f12d8fa2d102a66a2f8d93c53f9b01faf.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/bash/files/bashrc X-VCS-Directories: app-shells/bash/files/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 55f05e6f12d8fa2d102a66a2f8d93c53f9b01faf X-VCS-Branch: master Date: Tue, 26 Jan 2016 07:23:58 +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-Archives-Salt: 03bffb7d-86ea-4ca5-a0de-a073d1f68cda X-Archives-Hash: cb5d0863cb285854bf3e2b91355e5dd4 commit: 55f05e6f12d8fa2d102a66a2f8d93c53f9b01faf Author: Mike Frysinger gentoo org> AuthorDate: Thu May 21 04:06:10 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Jan 26 07:12:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55f05e6f app-shells/bash: Back out the `history -a` by default as it can be a bit troublesome with the constant disk load (failing drives, flaky network e.g. NFS, etc...). See #517342 for details. app-shells/bash/files/bashrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-shells/bash/files/bashrc b/app-shells/bash/files/bashrc index 6622b84..c9bd88e 100644 --- a/app-shells/bash/files/bashrc +++ b/app-shells/bash/files/bashrc @@ -31,7 +31,10 @@ shopt -s histappend # This does mean sessions get interleaved when reading later on, but this # way the history is always up to date. History is not synced across live # sessions though; that is what `history -n` does. -PROMPT_COMMAND='history -a' +# Disabled by default due to concerns related to system recovery when $HOME +# is under duress, or lives somewhere flaky (like NFS). Constantly syncing +# the history will halt the shell prompt until it's finished. +#PROMPT_COMMAND='history -a' # Change the window title of X terminals case ${TERM} in