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

Annotation of openbsd/update_openbsd/send_dmesg, Revision 1.3

1.1       andrew      1: #!/bin/sh
1.3     ! andrew      2: # $RedRiver: send_dmesg,v 1.2 2009/02/17 20:06:34 andrew Exp $
1.1       andrew      3:
1.2       andrew      4: SUBJECT=`sysctl -n hw.vendor hw.product hw.version 2> /dev/null | xargs`
1.1       andrew      5: #echo ${SUBJECT}
1.3     ! andrew      6: ( dmesg; sysctl hw.sensors )  | mail -s "${SUBJECT}" andrew@rraz.net

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>