[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.10 and 1.11

version 1.10, 2014/11/08 20:32:08 version 1.11, 2017/12/17 02:28:33
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $AFresh1: send_dmesg,v 1.9 2012/04/19 04:05:38 andrew Exp $  # $AFresh1: send_dmesg,v 1.10 2014/11/08 20:32:08 andrew Exp $
   
 SUBJECT=`sysctl -n hw.vendor hw.product hw.version 2> /dev/null | xargs`  SUBJECT=`sysctl -n hw.vendor hw.product hw.version 2> /dev/null | xargs`
 tmpfile=`mktemp`  tmpfile=`mktemp`
Line 8 
Line 8 
 echo \$ usbdevs -v      |  tee -a $tmpfile  echo \$ usbdevs -v      |  tee -a $tmpfile
 usbdevs -v              >> $tmpfile  usbdevs -v              >> $tmpfile
 echo \$ pcidump         |  tee -a $tmpfile  echo \$ pcidump         |  tee -a $tmpfile
 pcidump                 >> $tmpfile  doas -n pcidump         >> $tmpfile
 echo \$ sysctl hw       |  tee -a $tmpfile  echo \$ sysctl hw       |  tee -a $tmpfile
 sysctl hw               >> $tmpfile  sysctl hw               >> $tmpfile
 echo \$ mixerctl        |  tee -a $tmpfile  echo \$ mixerctl        |  tee -a $tmpfile

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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