diff options
author | delphij <delphij@FreeBSD.org> | 2008-11-04 23:03:36 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2008-11-04 23:03:36 +0000 |
commit | e07ee09f61c3fc9b2a221bb67f0bb35f0da0ce63 (patch) | |
tree | 73ddaa5ae5c884cc49e17da5a86a7d72d2c78cbf /etc/devd.conf | |
parent | fb34cedca4713fc2c3bebe2336bbb1046e446f1a (diff) | |
download | FreeBSD-src-e07ee09f61c3fc9b2a221bb67f0bb35f0da0ce63.zip FreeBSD-src-e07ee09f61c3fc9b2a221bb67f0bb35f0da0ce63.tar.gz |
Correct a typo that prevented my laptop from starting
devd.
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 ed37752..601e588 100644 --- a/etc/devd.conf +++ b/etc/devd.conf @@ -265,7 +265,7 @@ notify 0 { notify 0 { match "system" "ACPI"; - match "subsystem"i "ASUS"; + match "subsystem" "ASUS"; match "notify" "0x31"; action "mixer vol -10"; }; |