summaryrefslogtreecommitdiffstats
path: root/etc/devd.conf
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2004-12-25 00:12:27 +0000
committerbrueffer <brueffer@FreeBSD.org>2004-12-25 00:12:27 +0000
commit7631cf38015799fbd6d3d0a773959028181ffeb8 (patch)
tree26fd2fd20f57a03af05ef00316e1de2f2d472759 /etc/devd.conf
parent74b159d49712980d6819e2b6f8b6a1543c2b6ff8 (diff)
downloadFreeBSD-src-7631cf38015799fbd6d3d0a773959028181ffeb8.zip
FreeBSD-src-7631cf38015799fbd6d3d0a773959028181ffeb8.tar.gz
Changes in comments:
- correct a sentence so it actually has some meaning [1] - sprinkle some full stops Spotted by: markus [1] MFC after: 3 days
Diffstat (limited to 'etc/devd.conf')
-rw-r--r--etc/devd.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/devd.conf b/etc/devd.conf
index 24bd323..6258436 100644
--- a/etc/devd.conf
+++ b/etc/devd.conf
@@ -48,7 +48,7 @@ detach 0 {
# An entry like this might be in a different file, but is included here
# as an example of how to override things. Normally 'ed50' would match
# the above attach/detach stuff, but the value of 100 makes it
-# ed50 is hard wired to 1.2.3.4
+# hard wired to 1.2.3.4.
attach 100 {
device-name "ed50";
action "ifconfig $device-name inet 1.2.3.4 netmask 0xffff0000";
@@ -57,7 +57,7 @@ detach 100 {
device-name "ed50";
};
-# When a USB keyboard arrives, attach it as the console keyboard
+# When a USB keyboard arrives, attach it as the console keyboard.
attach 100 {
device-name "ukbd0";
action "test -c /dev/kbd1 && kbdcontrol -k /dev/kbd1 < /dev/console";
@@ -84,12 +84,12 @@ 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
+# moment, as pnpinfo isn't set in devd yet.
nomatch 0 {
# action "logger Unknown device: $pnpinfo $location $bus";
};
-# Switch power profiles when the AC line state changes
+# Switch power profiles when the AC line state changes.
notify 10 {
match "system" "ACPI";
match "subsystem" "ACAD";
OpenPOWER on IntegriCloud