=================================================================== RCS file: /cvs/openbsd/update_openbsd/update_openbsd,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- openbsd/update_openbsd/update_openbsd 2013/10/20 01:18:04 1.50 +++ openbsd/update_openbsd/update_openbsd 2013/10/20 01:23:05 1.51 @@ -1,5 +1,5 @@ #!/bin/sh -# $AFresh1: update_openbsd,v 1.49 2013/10/20 00:13:38 andrew Exp $ +# $AFresh1: update_openbsd,v 1.50 2013/10/20 00:18:04 andrew Exp $ # # Copyright (c) 2012 Andrew Fresh # @@ -415,7 +415,9 @@ done echo Extracted all sets. +} +install_sendmail_smtp_auth() { if [ -e ${RELEASEDIR}/sendmail-smtp_auth.gz ]; then gzcat ${RELEASEDIR}/sendmail-smtp_auth.gz > \ ${RELEASEDIR}/sendmail-smtp_auth @@ -563,6 +565,8 @@ install_sets if [ X"$BOOT_KERNEL_VERSION" == X"$BOOTED_KERNEL_VERSION" ]; then + install_sendmail_smtp_auth + if [ -e /sbin/oreboot ]; then echo Removing /sbin/oreboot $SUDO rm -f /sbin/oreboot