aboutsummaryrefslogtreecommitdiff
path: root/etc/devd
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2014-09-19 07:18:45 +0000
committerHiroki Sato <hrs@FreeBSD.org>2014-09-19 07:18:45 +0000
commit02032ae5a27629d3f010872b7ba3f69055c4be3e (patch)
treefd792805878e3b75c10e1a1b94d2c81764d1d208 /etc/devd
parenta6f26969326bba3cfb1cc6eb99321014145d7538 (diff)
Notes
Diffstat (limited to 'etc/devd')
-rw-r--r--etc/devd/hyperv.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/devd/hyperv.conf b/etc/devd/hyperv.conf
index 8abafa9dba4e..bed7383d0816 100644
--- a/etc/devd/hyperv.conf
+++ b/etc/devd/hyperv.conf
@@ -6,7 +6,7 @@ notify 10 {
match "system" "DEVFS";
match "subsystem" "CDEV";
match "type" "CREATE";
- match "cdev" "/dev/hv_kvp_dev";
+ match "cdev" "hv_kvp_dev";
action "/usr/sbin/hv_kvp_daemon";
};
@@ -14,6 +14,6 @@ notify 10 {
match "system" "DEVFS";
match "subsystem" "CDEV";
match "type" "DESTROY";
- match "cdev" "/dev/hv_kvp_dev";
+ match "cdev" "hv_kvp_dev";
action "pkill -x hv_kvp_daemon";
};