=================================================================== RCS file: /cvs/openbsd/update_openbsd/send_dmesg,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- openbsd/update_openbsd/send_dmesg 2009/02/17 20:06:34 1.2 +++ openbsd/update_openbsd/send_dmesg 2009/10/30 00:33:15 1.3 @@ -1,6 +1,6 @@ #!/bin/sh -# $RedRiver: send_dmesg,v 1.1 2008/11/21 21:54:41 andrew Exp $ +# $RedRiver: send_dmesg,v 1.2 2009/02/17 20:06:34 andrew Exp $ SUBJECT=`sysctl -n hw.vendor hw.product hw.version 2> /dev/null | xargs` #echo ${SUBJECT} -dmesg | mail -s "${SUBJECT}" andrew@rraz.net +( dmesg; sysctl hw.sensors ) | mail -s "${SUBJECT}" andrew@rraz.net