From nobody Tue Oct 19 11:37:00 2021 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 0811617F130E; Tue, 19 Oct 2021 11:37:04 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mail.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HYWtR3bxkz3PvD; Tue, 19 Oct 2021 11:37:03 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1634643421; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=hbUTVnIqweqxR9wR98qFMFOIYq4upR/vXIaNSZzQ2CI=; b=q+N1Wi3Av/BeRLdJN4dVkSGetUwnFRpwCd8xLhc+myR+sAP+ex+82tmk/V4tX/tcODZHUT 7iJfTTtVkCOOlsd/d+hWEo/AbGry1J7mFMT6icRt1LsabwDqrYeehcdcKsIiJjT2Q3kK4e xIDgIJMA7cSunhruwDviYr5I118z260= Received: from amy (lfbn-idf2-1-644-191.w86-247.abo.wanadoo.fr [86.247.100.191]) by mx.blih.net (OpenSMTPD) with ESMTPSA id dc38d4a5 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 19 Oct 2021 11:37:01 +0000 (UTC) Date: Tue, 19 Oct 2021 13:37:00 +0200 From: Emmanuel Vadot To: Slawa Olhovchenkov Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 225639e7db68 - main - vt: Disable bell by default Message-Id: <20211019133700.77c0ca7ac488eb99df50551b@bidouilliste.com> In-Reply-To: <20211019112132.GC80160@zxy.spb.ru> References: <202110190738.19J7cFtw067994@gitrepo.freebsd.org> <20211019112132.GC80160@zxy.spb.ru> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4HYWtR3bxkz3PvD X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Tue, 19 Oct 2021 14:21:33 +0300 Slawa Olhovchenkov wrote: > On Tue, Oct 19, 2021 at 07:38:15AM +0000, Emmanuel Vadot wrote: > > > The branch main has been updated by manu: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=225639e7db685a4047e384abdbc296c0e02bd147 > > > > commit 225639e7db685a4047e384abdbc296c0e02bd147 > > Author: Emmanuel Vadot > > AuthorDate: 2021-10-18 08:16:41 +0000 > > Commit: Emmanuel Vadot > > CommitDate: 2021-10-19 07:37:28 +0000 > > > > vt: Disable bell by default > > > > Bell is either useless if you're working on remote servers or really annoying > > when you're working with a local machine that have a loud buzzer. > > Switch the default to have it disable. > > For you, not for me, for example. Also, this is violate POLA. Just set kern.vt.enable_bell=1 in /etc/sysctl.conf and you will be happy again. I'll do some UPDATING note. And POLA doesn't means that we can't change a thing. -- Emmanuel Vadot