From nobody Thu May 21 20:15:08 2026 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 4gM0583dbDz6drDm for ; Thu, 21 May 2026 20:15:08 +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 4gM0581Vbsz3v8R for ; Thu, 21 May 2026 20:15:08 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1779394508; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=CVtikFwmoa9uTsCKyAYWyG3USVjqyewKvuq742tI+sI=; b=fzBWTDhOD7FWj+yB2yb63rc9F5hmUS99qq8riZ8Wwq9D2DEl3bMAEuOCS2gGguSYxh8DNe nXrMBGPotQp7cyHn3UG/t7LCSdbfRSkHxk8JCpNpZWURSSp0073D/cTVlO7zUkKel3ojWG g+wB8VdRekXPwcmV2QVFHBq2t4ghKZ3Lk3iyigmtXIGxGtVJZlEVGOwWIErmm1iwBR7rKJ ccm7SqSRuQzPnhBsHYwBkL403yOFsRJty/fdSolsnDotB9BwbiN/qwrGekEPsJgYTt94oN CE18OPcpOrG0IPKG83nal5WwK8bC2zNALjHliWODsm+mVuXQRNAYkbfvNtpnpA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1779394508; a=rsa-sha256; cv=none; b=THRS+3BGxFXQblknoH/y5iOeM5wEsGMsBcmdH21fXX4Z4FaVeIn5DaMxQ7x01MrWymlKes 4KbdF1P7pUh+8TPHIKmQaBkP0z1ZMZ1kUqNhY0MUicCfXY3gT7Pzst2M/71ONWyFdG85uu s/1xuYumbqKrKusNeyLmjnT/V/9W4glqaQtHLRqHKAI6qUQ0kbjQambtU2DjlpLTKDEKCs k9uSbIXGGmio/RLzndZwWSqyHi8k2ebU3D2DpggTpnyD1u7VKlE9YIGzHAnMi5EkWNVw05 IARQE1VTFV+sWh2POmLymabcnl05haTCj4oXao/dx1lw75Pt+G1CHwfVF8AuPQ== 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=1779394508; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=CVtikFwmoa9uTsCKyAYWyG3USVjqyewKvuq742tI+sI=; b=W5R7bBKllsC/cSiRK+IEpfgU5sQB6JVkjYF5dqPKiW4FhlA8Xsnym++tDTReqP+iLISqzp RPGUhKhewZkG0UjKKYSkxfDlfF2O/g2DwcHKQEHAWrZgMkVJD8c4bKMeJ9nW9knQ6pwYx3 2kMd3Kw68q4x7WzSYw0e2xpJvATN83gq794i1nCA+Gqa6oEfBFHjUFiv252MwdFzunYxvd bRH4kD5nT7uOUeimizhmqaH61pqtsq4V5aOFoo9sRcJaDNUJgQN5MLRMzrtafwUPMr/+w6 sNAJRxnepbfRheDA2i2YhX/hjfnydiilid6vQwPr9DiJ+Jgiu175+1mRa1FdBg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gM0580zgKznyl for ; Thu, 21 May 2026 20:15:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3d50b by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 21 May 2026 20:15:08 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Joseph Mingrone Subject: git: bc2055b94576 - main - sbin/devd/snd.conf: Add missing -n options to sysrc calls 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 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: jrm X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bc2055b94576078453b372f537ef40bc4e3c18e4 Auto-Submitted: auto-generated Date: Thu, 21 May 2026 20:15:08 +0000 Message-Id: <6a0f67cc.3d50b.42039f4e@gitrepo.freebsd.org> The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/src/commit/?id=bc2055b94576078453b372f537ef40bc4e3c18e4 commit bc2055b94576078453b372f537ef40bc4e3c18e4 Author: Joseph Mingrone AuthorDate: 2026-05-21 19:43:05 +0000 Commit: Joseph Mingrone CommitDate: 2026-05-21 20:14:45 +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 --- 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"; };