summaryrefslogtreecommitdiffstats
path: root/etc/devd
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-09-26 03:03:58 +0000
committergjb <gjb@FreeBSD.org>2014-09-26 03:03:58 +0000
commit91dd3107b120da0b78ee5edda663e91a6f9e5a79 (patch)
tree42087c96251fd97a010878503dc6d8dea801c8a5 /etc/devd
parentd7f74356449e59ba511e94714ccff7ee2f7219ff (diff)
downloadFreeBSD-src-91dd3107b120da0b78ee5edda663e91a6f9e5a79.zip
FreeBSD-src-91dd3107b120da0b78ee5edda663e91a6f9e5a79.tar.gz
Properly revert r272128.
Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc/devd')
-rw-r--r--etc/devd/Makefile4
-rw-r--r--etc/devd/hyperv.conf19
2 files changed, 0 insertions, 23 deletions
diff --git a/etc/devd/Makefile b/etc/devd/Makefile
index 50bc457..433436b 100644
--- a/etc/devd/Makefile
+++ b/etc/devd/Makefile
@@ -10,10 +10,6 @@ FILES+= apple.conf
FILES+= asus.conf
.endif
-.if ${MK_HYPERV} != "no"
-FILES+= hyperv.conf
-.endif
-
NO_OBJ=
FILESDIR= /etc/devd
FILESMODE= 644
diff --git a/etc/devd/hyperv.conf b/etc/devd/hyperv.conf
deleted file mode 100644
index bed7383..0000000
--- a/etc/devd/hyperv.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-#
-# Hyper-V specific events
-
-notify 10 {
- match "system" "DEVFS";
- match "subsystem" "CDEV";
- match "type" "CREATE";
- match "cdev" "hv_kvp_dev";
- action "/usr/sbin/hv_kvp_daemon";
-};
-
-notify 10 {
- match "system" "DEVFS";
- match "subsystem" "CDEV";
- match "type" "DESTROY";
- match "cdev" "hv_kvp_dev";
- action "pkill -x hv_kvp_daemon";
-};
OpenPOWER on IntegriCloud