summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 8abafa9..bed7383 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";
};
OpenPOWER on IntegriCloud