summaryrefslogtreecommitdiffstats
path: root/etc/devd.conf
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-06-06 12:04:47 -0400
committerScott Ullrich <sullrich@pfsense.org>2011-06-06 12:04:58 -0400
commit63dfc7efc121aae384584449128214cc874d38fd (patch)
treeda35861fbd2091e1e389f8d6e18e156e36500f6a /etc/devd.conf
parent0b704a404b0110383d0473030dfa4e171cf1a58b (diff)
downloadpfsense-63dfc7efc121aae384584449128214cc874d38fd.zip
pfsense-63dfc7efc121aae384584449128214cc874d38fd.tar.gz
Suppress keyboard device errors on bootup
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 244af48..d6731d8 100644
--- a/etc/devd.conf
+++ b/etc/devd.conf
@@ -30,12 +30,12 @@ notify 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 2>/dev/null";
};
detach 100 {
device-name "ukbd0";
- action "kbdcontrol -k /dev/kbd0 < /dev/console";
+ action "kbdcontrol -k /dev/kbd0 < /dev/console 2>/dev/null";
};
#
OpenPOWER on IntegriCloud