Return to send_dmesg CVS log | Up to [local] / openbsd / update_openbsd |
version 1.1, 2008/11/21 21:54:41 | version 1.3, 2009/10/30 00:33:15 | ||
---|---|---|---|
|
|
||
#!/bin/sh | #!/bin/sh | ||
# $RedRiver$ | # $RedRiver: send_dmesg,v 1.2 2009/02/17 20:06:34 andrew Exp $ | ||
SUBJECT=`sysctl -n hw.vendor` | SUBJECT=`sysctl -n hw.vendor hw.product hw.version 2> /dev/null | xargs` | ||
SUBJECT="${SUBJECT} `sysctl -n hw.product`" | |||
#echo ${SUBJECT} | #echo ${SUBJECT} | ||
dmesg | mail -s "${SUBJECT}" andrew@rraz.net | ( dmesg; sysctl hw.sensors ) | mail -s "${SUBJECT}" andrew@rraz.net |