diff options
| author | Warner Losh <imp@FreeBSD.org> | 2018-06-28 15:00:18 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2018-06-28 15:00:18 +0000 |
| commit | 0a463958e76dd0a828ef3d3db216a9026178408b (patch) | |
| tree | 890a6b95695840914e4134a986607c9db95cbea7 /etc/devd | |
| parent | f59e535254858e83ac6c7193a5fcc088f6cb332b (diff) | |
Notes
Diffstat (limited to 'etc/devd')
| -rw-r--r-- | etc/devd/devmatch.conf | 2 |
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: |
