diff options
author | imp <imp@FreeBSD.org> | 2003-05-09 05:58:22 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-05-09 05:58:22 +0000 |
commit | 11d9195c4aa1ff18fa706c32bfcbc6c92f023bce (patch) | |
tree | e50680c0fef5b73245390f4205e10c55a3a5cdd5 /etc | |
parent | fed900cd9ff6f4d72848b9cbdd7a20ecaa467a90 (diff) | |
download | FreeBSD-src-11d9195c4aa1ff18fa706c32bfcbc6c92f023bce.zip FreeBSD-src-11d9195c4aa1ff18fa706c32bfcbc6c92f023bce.tar.gz |
Comment out the entire nomatch entry. The partially commented out
entry causes problems :-(
This effectively backs out the commit the re@ allowed me to commit.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/devd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/devd.conf b/etc/devd.conf index b665c5f..7ea0060 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 { - // action "logger Unknown device: $pnpinfo $location $bus"; -}; +#nomatch 0 { +# action "logger Unknown device: $pnpinfo $location $bus"; +#}; /* EXAMPLES TO END OF FILE |