=================================================================== RCS file: /cvs/openbsd/update_openbsd/update_openbsd,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- openbsd/update_openbsd/update_openbsd 2013/10/20 01:23:05 1.51 +++ openbsd/update_openbsd/update_openbsd 2013/10/20 01:26:35 1.52 @@ -1,5 +1,5 @@ #!/bin/sh -# $AFresh1: update_openbsd,v 1.50 2013/10/20 00:18:04 andrew Exp $ +# $AFresh1: update_openbsd,v 1.51 2013/10/20 00:23:05 andrew Exp $ # # Copyright (c) 2012 Andrew Fresh # @@ -588,14 +588,4 @@ echo New kernel installed. Please reboot! if [ -e /sbin/oreboot ]; then echo Possibly using /sbin/oreboot -fi - -local _send_dmesg=`dirname $0`/send_dmesg -if [ -e "$_send_dmesg" ]; then - if [ -e $RELEASEDIR/.send_dmesg ]; then - $_send_dmesg - rm -f $RELEASEDIR/.send_dmesg - elif [ X"$CUR_VER" != X"$NEW_VER" ]; then - touch $RELEASEDIR/.send_dmesg - fi fi