[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.1, Fri Nov 21 21:54:41 2008 UTC (15 years, 5 months ago) by andrew
Branch: MAIN

send_dmesg could come in handy after update_openbsd

#!/bin/sh
# $RedRiver$

SUBJECT=`sysctl -n hw.vendor`
SUBJECT="${SUBJECT} `sysctl -n hw.product`"
#echo ${SUBJECT}
dmesg | mail -s "${SUBJECT}" andrew@rraz.net