From nobody Fri May 29 10:13:24 2026 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 4gRfM86RKRz6gHsm for ; Fri, 29 May 2026 10:13:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gRfM848yGz3RYV for ; Fri, 29 May 2026 10:13:24 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1780049604; 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; bh=yaO23F+WE35SlZeFXwsS82GCacuxHNCy2NzpZjA5HZo=; b=FhAMfcn5FX/ZN54Z5n7md5HKK3hMPg3iOpa16Bg2wwaGdtv141c6hAIQmLsXzRuyjdg7Ok LJjV9B+UWgTkpyZnO7RwkNvZ0ud9lZ76Jdnnv3R9joeL3E7IRdLu+MS8ZfHai9BSApoTev gafHTaM6SHWFaEBzCafxQUebqwpNd0GzU8nzB43hYjMrxVmvTV947vIyb85E62vYjRALzu FtjYGboCd3pz255cPi8U1z6z/09bWbokAeTJk9yCeNn7PFikC4QWksg6a8p08+rd5xZbns lKACcnAAvpRdAX/GjeiQjpBLhPrcDQGPEcw0InmrpmGVz7Tfjv7ZFF92NFV2ag== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1780049604; a=rsa-sha256; cv=none; b=XhPBIU18+C9XYd3IyNxUQihzI4B6Km2VeZO+tTF1V7Y75Cakt5BEH05gYuiTcQAhY4JVwS GeUH+ZSDvd/FE5GuOTJFTEaf2wbzoLiwCmaZ29AXFKhy6xJItWZY1NjKOc0S9XL3VTxThV X8wDH1dDjHS5a45WCIqyjd7O69xt2DvGF284y38Bu4Pnq7LRuE1Bk4087eQIqY/l0xpLj0 ZwjqHuD9QVex+czek22Lsw0t6syrBsRyZRpi/kNBSrWiwvKXulM3Cuks8FlP32+mndC2UV v0JqmbNwydMeZg3t3mJkqhuKZ2M3FzKZT3cGSCv3ZD7pxySY4un9U+BAiQZzpw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1780049604; 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; bh=yaO23F+WE35SlZeFXwsS82GCacuxHNCy2NzpZjA5HZo=; b=b7L3ImTZGECVjOi92VmZxbC0H60uuaOWz0Fl4uahcR8r3QJTy5BxwSw9/95DaP09H4mn8M Djjid22y8jqN5kA6kzSppSJhwWepU+oto/ULIkX2KNQs5bv5Hso7uK11OExJyfSNdL4OiZ Dgq0JoBct7arXFOf0aUCFS2hSbW3la+n6sL6u7UbjGy5s0BK+ljd+WOPICpNEXNLK3Z9Go tk7vHS4NyGk5oi/i7yaM56/Vf9kGnUIxwFMMnIPHT0Oep8nMeiuOonbf23BfvslluQE1N2 yHTEjNWGyFqJoitdUPyx2Ok3QzQLVv1KEle+GPEyLWiNchNYIZ2+F4eEFB4uQg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gRfM83h4xzCNn for ; Fri, 29 May 2026 10:13:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 38d62 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 29 May 2026 10:13:24 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Cc: Joseph Mingrone From: Christos Margiolis Subject: git: 4a192f8beb01 - stable/15 - sbin/devd/snd.conf: Add missing -n options to sysrc calls 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: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: christos X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 4a192f8beb01b87a3fbea237123ac535008b1782 Auto-Submitted: auto-generated Date: Fri, 29 May 2026 10:13:24 +0000 Message-Id: <6a1966c4.38d62.43eb34c5@gitrepo.freebsd.org> The branch stable/15 has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=4a192f8beb01b87a3fbea237123ac535008b1782 commit 4a192f8beb01b87a3fbea237123ac535008b1782 Author: Joseph Mingrone AuthorDate: 2026-05-21 19:43:05 +0000 Commit: Christos Margiolis CommitDate: 2026-05-29 10:13:05 +0000 sbin/devd/snd.conf: Add missing -n options to sysrc calls Reviewed by: christos Fixes: 70e27ecba518 (virtual_oss: Introduce virtual_oss_default_control_device rc variable) Sponsored by: The FreeBSD Foundation Pull Request: https://ron-dev.freebsd.org/FreeBSD/src/pulls/36 (cherry picked from commit bc2055b94576078453b372f537ef40bc4e3c18e4) --- sbin/devd/snd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sbin/devd/snd.conf b/sbin/devd/snd.conf index e2dc6d94a299..3fc1cb9f0b0e 100644 --- a/sbin/devd/snd.conf +++ b/sbin/devd/snd.conf @@ -8,7 +8,7 @@ notify 0 { # Other audio servers or device switching commands can be used here # instead of virtual_oss(8). action "/usr/sbin/virtual_oss_cmd \ - /dev/$(sysrc virtual_oss_default_control_device) -R /dev/$cdev"; + /dev/$(sysrc -n virtual_oss_default_control_device) -R /dev/$cdev"; }; notify 0 { @@ -19,7 +19,7 @@ notify 0 { # See comment above. action "/usr/sbin/virtual_oss_cmd \ - /dev/$(sysrc virtual_oss_default_control_device) -P /dev/$cdev"; + /dev/$(sysrc -n virtual_oss_default_control_device) -P /dev/$cdev"; }; notify 0 { @@ -30,5 +30,5 @@ notify 0 { # No connected devices. Disable both recording and playback to avoid # repeated virtual_oss error messages. action "/usr/sbin/virtual_oss_cmd \ - /dev/$(sysrc virtual_oss_default_control_device) -f /dev/null"; + /dev/$(sysrc -n virtual_oss_default_control_device) -f /dev/null"; };