diff options
| author | Brian Somers <brian@FreeBSD.org> | 2005-05-11 10:24:20 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2005-05-11 10:24:20 +0000 |
| commit | 709acd03009efc404671d3307fd60e41aa5ba958 (patch) | |
| tree | b5dbd1e2346091a3208933fc332f1e7ef2eb626f /etc/devd.conf | |
| parent | cc8c6970fda8c3599f86b87aa842b4289313887c (diff) | |
Notes
Diffstat (limited to 'etc/devd.conf')
| -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 097927edc2b0..d0992adf9cc9 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 "kbdcontrol -k /dev/ukbd0 < /dev/console"; + action "kbdcontrol -k /dev/ukbd0 < /dev/console && /etc/rc.d/syscons restart"; }; detach 100 { device-name "ukbd0"; |
