=================================================================== RCS file: /cvs/openbsd/update_openbsd/send_dmesg,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- openbsd/update_openbsd/send_dmesg 2010/06/29 21:34:54 1.7 +++ openbsd/update_openbsd/send_dmesg 2010/11/01 03:20:17 1.8 @@ -1,9 +1,9 @@ #!/bin/sh -# $AFresh1: send_dmesg,v 1.6 2010/02/10 20:57:07 andrew Exp $ +# $AFresh1: send_dmesg,v 1.7 2010/06/29 20:34:54 andrew Exp $ SUBJECT=`sysctl -n hw.vendor hw.product hw.version 2> /dev/null | xargs` [ -z "$SUBJECT" ] && SUBJECT=unknown #echo ${SUBJECT} -( dmesg; sysctl hw.sensors ) | mail -s "dmesg for ${SUBJECT}" root +( cat /var/run/dmesg.boot; sysctl hw.sensors ) | mail -s "dmesg for ${SUBJECT}" root echo Sent dmesg to root