From nobody Tue Oct 07 13:48:26 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 4cgyCK6GW7z6BK4h; Tue, 07 Oct 2025 13:48:29 +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 4cgyCK2Fz5z3MHK; Tue, 07 Oct 2025 13:48:29 +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=fx1mSWNoztpP 2zaiQVTOJo7mNqnLOD7LsMgctEeJnx8=; h=in-reply-to:references:to:from: subject:cc:date; d=margiolis.net; b=mPDvAGlJkevXSykPeoGjSqHHwL7dKdP+t2 QEOnE+OMAec4lF/EzgYI61gWwYg3Vj/lOGQiOTKIVwAkmXmWJSMKGXxT7ucI1T9bVDNIRc 7169nZkN34gPSdV+zjarajBaIMT1YQBES1mQTv0sHZrRiphLlQcVBv5Q7OCi97u80tA= Received: from localhost (public-gprs236902.centertel.pl [31.60.72.167]) by margiolis.net (OpenSMTPD) with ESMTPSA id 9916f5a3 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 7 Oct 2025 07:48:27 -0600 (MDT) 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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 07 Oct 2025 15:48:26 +0200 Message-Id: Cc: , , , <0mp@freebsd.org> Subject: Re: git: 9cab9fde5eda - main - virtual_oss: Port to base From: "Christos Margiolis" To: =?utf-8?q?Dag-Erling_Sm=C3=B8rgrav?= X-Mailer: aerc 0.21.0 References: <202509280958.58S9wrww083342@gitrepo.freebsd.org> <861pnf83kw.fsf@ltc.des.dev> In-Reply-To: <861pnf83kw.fsf@ltc.des.dev> X-Spamd-Bar: ---- 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-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 4cgyCK2Fz5z3MHK On Tue Oct 7, 2025 at 11:26 AM CEST, Dag-Erling Sm=C3=B8rgrav wrote: > Christos Margiolis writes: >> libexec/rc/rc.d/virtual_oss | 119 + > > This contains a reference to a non-existent sndiod service. I am aware. I discussed this with 0mp@ during EuroBSDCon in Zagreb and decided that it probably does not hurt too much to leave it there, at least for now. It's important to note that for most users sndiod actually is not needed. This is only needed when virtual_oss(8) runs with sndio support, which has been moved to a new port: audio/virtual_oss_sndio. Christos