From nobody Mon May 5 18:46:08 2025 X-Original-To: dev-commits-src-main@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 4Zrr8P2yvmz5tff2; Mon, 05 May 2025 18:46:13 +0000 (UTC) (envelope-from christos@freebsd.org) Received: from margiolis.net (mail.margiolis.net [95.179.159.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Zrr8N07kyz3x20; Mon, 05 May 2025 18:46:11 +0000 (UTC) (envelope-from christos@freebsd.org) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=default; bh=ehPOPcFVBG1L LeQeftZWhfdl42VC17TzainD3S/RZKg=; h=in-reply-to:references:subject:cc: to:from:date; d=margiolis.net; b=Z5aZZ+gtNgfnQ56FADmeUpX7YHAsEWSM/KB/Q E/KDwUc3RErg1BrqzqBP4a9skEzut3sms9vztyzxocjJ1FgQ7JpX1BYDlDzV3nL4f89Yzk iSqlCCVseg9zFHmmFRQCQCtfRUn4fSix5BKtaKqRPdxpcNpgnCuTHgZWxGkirMY0= Received: from pleb (public-gprs243542.centertel.pl [31.60.98.151]) by margiolis.net (OpenSMTPD) with ESMTPSA id 40e1fde7 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 5 May 2025 12:46:09 -0600 (MDT) Date: Mon, 5 May 2025 20:46:08 +0200 From: Christos Margiolis To: Nuno Teixeira Cc: Christos Margiolis , src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 3ab34225af39 - main - RELNOTES: Mention sndctl(8) Message-ID: References: <202505051757.545HvXUA058583@gitrepo.freebsd.org> List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4Zrr8N07kyz3x20 X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:20473, ipnet:95.179.144.0/20, country:US] X-Spamd-Bar: ---- Nuno Teixeira wrote: > Hello, > > Should ObsoleteFiles.inc include "sound" files for deletion since it > changed to "sndctl"? > Asking this because build I'm using from today includes "sound". The rename happened for audio(8) (which was committed a few hours ago) not sound(4), if that's what you mean. Christos