summaryrefslogtreecommitdiff
path: root/etc/devd.conf
diff options
context:
space:
mode:
authorMaksim Yevmenkin <emax@FreeBSD.org>2006-03-07 06:13:17 +0000
committerMaksim Yevmenkin <emax@FreeBSD.org>2006-03-07 06:13:17 +0000
commitd4630d9d05cf7525d32405a53c964dd351b51526 (patch)
tree506d5b38240fc2c3c3252c743bbdc4f517e6394e /etc/devd.conf
parent7e5043b944cf1d91796ef16fc2f540fc7a103dd7 (diff)
Notes
Diffstat (limited to 'etc/devd.conf')
-rw-r--r--etc/devd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/devd.conf b/etc/devd.conf
index 7c0182805235..9f8660bb9aee 100644
--- a/etc/devd.conf
+++ b/etc/devd.conf
@@ -99,11 +99,11 @@ detach 100 {
# When a USB keyboard arrives, attach it as the console keyboard.
attach 100 {
device-name "ukbd0";
- action "kbdcontrol -k /dev/ukbd0 < /dev/console && /etc/rc.d/syscons restart";
+ action "/etc/rc.d/syscons setkeyboard /dev/ukbd0 && /etc/rc.d/syscons restart";
};
detach 100 {
device-name "ukbd0";
- action "kbdcontrol -k /dev/kbd0 < /dev/console";
+ action "/etc/rc.d/syscons setkeyboard /dev/kbd0";
};
# The entry below starts moused when a mouse is plugged in. Moused