diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2005-01-08 06:00:24 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2005-01-08 06:00:24 +0000 |
| commit | e6da72a102e308178bfd98d4d3789c0c1bea58a9 (patch) | |
| tree | 579b8cb24d302065ff2917d441820494134275be | |
| parent | f644bbc45c8b03b6ac20517addc137b36e4212e0 (diff) | |
Notes
| -rw-r--r-- | etc/devd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/devd.conf b/etc/devd.conf index 6258436904f6..097927edc2b0 100644 --- a/etc/devd.conf +++ b/etc/devd.conf @@ -60,7 +60,7 @@ detach 100 { # When a USB keyboard arrives, attach it as the console keyboard. attach 100 { device-name "ukbd0"; - action "test -c /dev/kbd1 && kbdcontrol -k /dev/kbd1 < /dev/console"; + action "kbdcontrol -k /dev/ukbd0 < /dev/console"; }; detach 100 { device-name "ukbd0"; |
