diff options
author | Ian Darwin <ian@cvs.openbsd.org> | 2009-11-13 20:01:12 +0000 |
---|---|---|
committer | Ian Darwin <ian@cvs.openbsd.org> | 2009-11-13 20:01:12 +0000 |
commit | 4c10f81d590394179fc04542a88a8ec568b448cb (patch) | |
tree | a4884e98c8055e3b349e51cb1ea8025a96d2eb2a /etc | |
parent | ad34df2de9e44ac3750314da89620b68f339c529 (diff) |
Add hw.sensors to dmesg request, 'go for it' deraadt@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/root/root.mail | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/root/root.mail b/etc/root/root.mail index 4bc8b210d4a..15bf37b3c83 100644 --- a/etc/root/root.mail +++ b/etc/root/root.mail @@ -71,7 +71,8 @@ OpenBSD continues. If you wish to ensure that OpenBSD runs better on your machines, please do us a favor (after you have your mail system configured!) and type something like: - # dmesg | mail -s "Sony VAIO 505R laptop, apm works OK" dmesg@openbsd.org + # (dmesg; sysctl hw.sensors) | \ + mail -s "Sony VAIO 505R laptop, apm works OK" dmesg@openbsd.org so that we can see what kinds of configurations people are running. As shown, including a bit of information about your machine in the subject or the body can help us even further. We will use this information to improve device driver |