diff options
| author | Warner Losh <imp@FreeBSD.org> | 2018-02-17 06:57:38 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2018-02-17 06:57:38 +0000 |
| commit | 247f52f1853d71087b820aeed14292815bb8dbd2 (patch) | |
| tree | ddf7ab13a8339e142a879ee4523c4e356a85ffee /etc/devd | |
| parent | d38a8a7aa537e4926bb498afd9e6581ffa0e37c6 (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 af1c2708a939..b9a93c43d851 100644 --- a/etc/devd/devmatch.conf +++ b/etc/devd/devmatch.conf @@ -9,7 +9,7 @@ # # Generic NOMATCH event nomatch 100 { - action "service devmatch start"; + action "service devmatch start '?$_'"; }; # Add the following to devd.conf to prevent this from running: |
