diff options
| author | Maksim Yevmenkin <emax@FreeBSD.org> | 2006-03-16 17:42:28 +0000 |
|---|---|---|
| committer | Maksim Yevmenkin <emax@FreeBSD.org> | 2006-03-16 17:42:28 +0000 |
| commit | 6fc8bb3fd9268f35c764afd0c0bb518061a52492 (patch) | |
| tree | 88b3b35cb803445fbddc9e3e9b0914e7751511ab /etc/devd.conf | |
| parent | 32363c848e1a29d013444478b31ccca725a34ed7 (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 5385e06af913..a8d77162d85d 100644 --- a/etc/devd.conf +++ b/etc/devd.conf @@ -99,7 +99,7 @@ detach 100 { # When a USB keyboard arrives, attach it as the console keyboard. attach 100 { device-name "ukbd0"; - action "/etc/rc.d/syscons setkeyboard /dev/ukbd0 && /etc/rc.d/syscons restart"; + action "/etc/rc.d/syscons setkeyboard /dev/ukbd0"; }; detach 100 { device-name "ukbd0"; |
