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

Diff for /openbsd/update_openbsd/send_dmesg between version 1.1 and 1.4

version 1.1, 2008/11/21 21:54:41 version 1.4, 2009/12/10 19:35:26
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $RedRiver$  # $RedRiver: send_dmesg,v 1.3 2009/10/29 23:33:15 andrew Exp $
   
 SUBJECT=`sysctl -n hw.vendor`  SUBJECT=`sysctl -n hw.vendor hw.product hw.version 2> /dev/null | xargs`
 SUBJECT="${SUBJECT} `sysctl -n hw.product`"  
 #echo ${SUBJECT}  #echo ${SUBJECT}
 dmesg | mail -s "${SUBJECT}" andrew@rraz.net  ( dmesg; sysctl hw.sensors )  | mail -s "${SUBJECT}" root

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

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