=================================================================== RCS file: /cvs/openbsd/update_openbsd/update_openbsd,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- openbsd/update_openbsd/update_openbsd 2013/10/20 01:26:35 1.52 +++ openbsd/update_openbsd/update_openbsd 2013/11/09 21:58:26 1.53 @@ -1,5 +1,5 @@ #!/bin/sh -# $AFresh1: update_openbsd,v 1.51 2013/10/20 00:23:05 andrew Exp $ +# $AFresh1: update_openbsd,v 1.52 2013/10/20 00:26:35 andrew Exp $ # # Copyright (c) 2012 Andrew Fresh # @@ -531,6 +531,7 @@ echo "ctrl+C to cancel, enter to continue anyway" >&2 local _temp read _temp + NEW_KERNEL_VERSION=$BOOT_KERNEL_VERSION fi if [ -n "$SUDO" -a $CUR_VER != $NEW_VER ]; then @@ -551,7 +552,7 @@ $SUDO -v -p "sudo Password: " fi -if [ X"$BOOT_KERNEL_VERSION" != X"$BOOTED_KERNEL_VERSION" \ +if [ X"$NEW_KERNEL_VERSION" != X"$BOOTED_KERNEL_VERSION" \ -a ! -e /sbin/oreboot ]; then $SUDO cp /sbin/reboot /sbin/oreboot if [ $? -ne 0 ]; then @@ -564,7 +565,7 @@ install_kernels install_sets -if [ X"$BOOT_KERNEL_VERSION" == X"$BOOTED_KERNEL_VERSION" ]; then +if [ X"$NEW_KERNEL_VERSION" == X"$BOOTED_KERNEL_VERSION" ]; then install_sendmail_smtp_auth if [ -e /sbin/oreboot ]; then