To avoid redundant nomatch events on boot, a new sysctl is introduced, which is set to 0 initially. This blocks nomatch events within devctl_nomatch_handler in /sys/kern/devctl.c. When $one_nomatch in /etc/rc.d/devmatch is empty, the value of the sysctl is set to 1, allowing nomatch events to be processed.