Fix quoting in sending the NOMATCH event to devmatch

The NOMATCH event was previously quoted to protect it from shell
expansion. However, that quoting now interferes with the quoting devd
is doing. Quote to protect just the ?.
This commit is contained in:
Warner Losh 2018-06-28 15:00:18 +00:00
parent f59e535254
commit 0a463958e7

View File

@ -9,7 +9,7 @@
#
# Generic NOMATCH event
nomatch 100 {
action "service devmatch quietstart '?$_'";
action "service devmatch quietstart '?'$_";
};
# Add the following to devd.conf to prevent this from running: