summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-08-22 02:18:01 +0000
committerimp <imp@FreeBSD.org>2003-08-22 02:18:01 +0000
commit4d50daca40ae383706833b54b02842be8c574758 (patch)
tree388e8d9e2009c941976a3e2c8409662229f17989 /etc
parent9213e54d95c1b3545f3c17cc2131cc8773767532 (diff)
downloadFreeBSD-src-4d50daca40ae383706833b54b02842be8c574758.zip
FreeBSD-src-4d50daca40ae383706833b54b02842be8c574758.tar.gz
Remove workaround that I had in place. devd didn't use to be able to
handle the empty section, but it has been able to do so for some time now.
Diffstat (limited to 'etc')
-rw-r--r--etc/devd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/devd.conf b/etc/devd.conf
index 7ea0060..6290742 100644
--- a/etc/devd.conf
+++ b/etc/devd.conf
@@ -66,9 +66,9 @@ attach 0 {
# Don't even try to second guess what to do about drivers that don't
# match here. Instead, pass it off to syslog. Commented out for the
# moment, as pnpinfo isn't set in devd yet
-#nomatch 0 {
+nomatch 0 {
# action "logger Unknown device: $pnpinfo $location $bus";
-#};
+};
/* EXAMPLES TO END OF FILE
OpenPOWER on IntegriCloud