aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-06-28 15:00:18 +0000
committerWarner Losh <imp@FreeBSD.org>2018-06-28 15:00:18 +0000
commit0a463958e76dd0a828ef3d3db216a9026178408b (patch)
tree890a6b95695840914e4134a986607c9db95cbea7
parentf59e535254858e83ac6c7193a5fcc088f6cb332b (diff)
downloadsrc-0a463958e76dd0a828ef3d3db216a9026178408b.tar.gz
src-0a463958e76dd0a828ef3d3db216a9026178408b.zip
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 ?.
Notes
Notes: svn path=/head/; revision=335763
-rw-r--r--etc/devd/devmatch.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/devd/devmatch.conf b/etc/devd/devmatch.conf
index c94f56fbf23e..902c96f33664 100644
--- a/etc/devd/devmatch.conf
+++ b/etc/devd/devmatch.conf
@@ -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: