The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=5c3081bda9649310f0c507fde90e2cf01974ebe1

commit 5c3081bda9649310f0c507fde90e2cf01974ebe1
Author:     Konstantin Zhulidov <kzhuli...@gmail.com>
AuthorDate: 2025-07-12 22:12:32 +0000
Commit:     Warner Losh <i...@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 <kzhuli...@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";
 };

Reply via email to