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

Annotation of openbsd/update_openbsd/send_dmesg, Revision 1.1

1.1     ! andrew      1: #!/bin/sh
        !             2: # $RedRiver$
        !             3:
        !             4: SUBJECT=`sysctl -n hw.vendor`
        !             5: SUBJECT="${SUBJECT} `sysctl -n hw.product`"
        !             6: #echo ${SUBJECT}
        !             7: dmesg | mail -s "${SUBJECT}" andrew@rraz.net

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