From nobody Sun Sep 15 20:35:18 2024 X-Original-To: current@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 4X6KYY0XG0z5X02f for ; Sun, 15 Sep 2024 20:35:29 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mail.bsd4all.net (mail.bsd4all.net [IPv6:2a01:4f8:13b:240c::25]) (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 ECDSA (P-384) client-digest SHA384) (Client CN "mail.bsd4all.net", Issuer "E5" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4X6KYW4X9Vz4mf7 for ; Sun, 15 Sep 2024 20:35:27 +0000 (UTC) (envelope-from herbert@gojira.at) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gojira.at header.s=mail202005 header.b=g2lhiQ1I; dmarc=none; spf=pass (mx1.freebsd.org: domain of herbert@gojira.at designates 2a01:4f8:13b:240c::25 as permitted sender) smtp.mailfrom=herbert@gojira.at Date: Sun, 15 Sep 2024 22:35:18 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail202005; t=1726432518; bh=Ym2Tipqqmgi+9VDKzs/aK4B/VG4sV0u0McwN+K+iBxQ=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=g2lhiQ1IeWwyZKEkKeGgf4aoU2chMOsvlyi5nizaIckY+joZthcMliBR+en0EJ56s pULPcwS3Q2gr1B3cpV0V59mkdbCHlM1nBUJaSjyqY921ACTHvC3kuePDsG06KRc3Ml IrVcU1PoRXuBB0GM+0YjEnOCxYObb/Zz3buzeAn4JAFIWtpZtKRZ8ZoiyN0XzQCskk VcWpFU3B8z5J+sMyUkvC2SWYR/ARa2GUAfqSlTXFo00XReZhepahmWD+PqstuVVO+7 WRrvtDGDx7RgdO4ofNzCf+/zW/t9esMh2DZhj2GsMdVEliaZMEvxDciPitA5hXjj85 9PcvCUIsGgxKA== From: "Herbert J. Skuhra" To: current@freebsd.org Subject: Re: change in /usr/bin/bc with CTRL-d no longer exit Message-ID: References: <1e614684-1cba-ef01-34dc-d9300db2d927@macktronics.com> List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1e614684-1cba-ef01-34dc-d9300db2d927@macktronics.com> X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.48 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.98)[-0.983]; R_SPF_ALLOW(-0.20)[+ip6:2a01:4f8:13b:240c::25]; R_DKIM_ALLOW(-0.20)[gojira.at:s=mail202005]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/32, country:DE]; MISSING_XM_UA(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; DMARC_NA(0.00)[gojira.at]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; TO_DN_NONE(0.00)[]; MLMMJ_DEST(0.00)[current@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[gojira.at:+] X-Rspamd-Queue-Id: 4X6KYW4X9Vz4mf7 On Sun, Sep 15, 2024 at 03:16:46PM -0500, Dan Mack wrote: > On 14.1 and prior, a CTRL-d will exit a bc session. > > Today I noticed that on 3 different 15-CURRENT systems, it appears to be > ignored. Works fine otherwise and I can exit the bc session with the 'quit' > command okay. > > I re-tested this on the system console on fresh login just to rule out any > terminal madness. > > Here's a paste of what I see: > > https://tpaste.us/VYya > > I did a fresh install of 14.1 and it works as it did previously. > > No biggie, just wondering if anyone else on -CURRENT can confirm/deny this > change on their system. Known issue: -- Herbert