Return to send_dmesg CVS log | Up to [local] / openbsd / update_openbsd |
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