[BACK]Return to send_dmesg CVS log [TXT][DIR] Up to [local] / openbsd / update_openbsd

File: [local] / openbsd / update_openbsd / send_dmesg (download)

Revision 1.3, Thu Oct 29 23:33:15 2009 UTC (14 years, 6 months ago) by andrew
Branch: MAIN
Changes since 1.2: +2 -2 lines

make dmesg include hw.sensors because apparently they want that

#!/bin/sh
# $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; sysctl hw.sensors )  | mail -s "${SUBJECT}" andrew@rraz.net