=================================================================== RCS file: /cvs/openbsd/update_openbsd/send_dmesg,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- openbsd/update_openbsd/send_dmesg 2009/12/10 19:35:26 1.4 +++ openbsd/update_openbsd/send_dmesg 2010/01/11 18:58:53 1.5 @@ -1,6 +1,7 @@ #!/bin/sh -# $RedRiver: send_dmesg,v 1.3 2009/10/29 23:33:15 andrew Exp $ +# $RedRiver: send_dmesg,v 1.4 2009/12/10 19:35:26 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 "${SUBJECT}" root +( dmesg; sysctl hw.sensors ) | mail -s "dmesg for ${SUBJECT}" root