=================================================================== RCS file: /cvs/openbsd/update_openbsd/send_dmesg,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- openbsd/update_openbsd/send_dmesg 2012/04/19 05:05:38 1.9 +++ openbsd/update_openbsd/send_dmesg 2014/11/08 20:32:08 1.10 @@ -1,5 +1,5 @@ #!/bin/sh -# $AFresh1: send_dmesg,v 1.8 2010/11/01 02:20:17 andrew Exp $ +# $AFresh1: send_dmesg,v 1.9 2012/04/19 04:05:38 andrew Exp $ SUBJECT=`sysctl -n hw.vendor hw.product hw.version 2> /dev/null | xargs` tmpfile=`mktemp` @@ -21,6 +21,7 @@ md5 -ttt >> $tmpfile mail -s "dmesg for ${SUBJECT}" root < $tmpfile +cp $tmpfile dmesg.last rm -f $tmpfile echo Sent dmesg to root