Date: Fri, 25 Jul 2025 17:11:57 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 5c3081bda964 - main - devd/moused.conf: Stop moused quietly on destroy of a ums device Message-ID: <202507251711.56PHBveJ073616@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=5c3081bda9649310f0c507fde90e2cf01974ebe1 commit 5c3081bda9649310f0c507fde90e2cf01974ebe1 Author: Konstantin Zhulidov <kzhulidov@gmail.com> AuthorDate: 2025-07-12 22:12:32 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-07-25 16:50:34 +0000 devd/moused.conf: Stop moused quietly on destroy of a ums device Signed-off-by: Konstantin Zhulidov <kzhulidov@gmail.com> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1764 --- sbin/devd/moused.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/devd/moused.conf b/sbin/devd/moused.conf index 002edad9a8a9..ed1060ffdf2e 100644 --- a/sbin/devd/moused.conf +++ b/sbin/devd/moused.conf @@ -31,5 +31,5 @@ notify 100 { match "type" "DESTROY"; match "cdev" "ums[0-9]+"; - action "service moused stop $cdev"; + action "service moused quietstop $cdev"; };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507251711.56PHBveJ073616>