=================================================================== RCS file: /cvs/openbsd/update_openbsd/send_dmesg,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- openbsd/update_openbsd/send_dmesg 2014/11/08 20:32:08 1.10 +++ openbsd/update_openbsd/send_dmesg 2017/12/17 02:28:33 1.11 @@ -1,5 +1,5 @@ #!/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` tmpfile=`mktemp` @@ -8,7 +8,7 @@ echo \$ usbdevs -v | tee -a $tmpfile usbdevs -v >> $tmpfile echo \$ pcidump | tee -a $tmpfile -pcidump >> $tmpfile +doas -n pcidump >> $tmpfile echo \$ sysctl hw | tee -a $tmpfile sysctl hw >> $tmpfile echo \$ mixerctl | tee -a $tmpfile