=================================================================== RCS file: /cvs/openbsd/update_openbsd/update_openbsd,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- openbsd/update_openbsd/update_openbsd 2015/11/27 22:39:14 1.81 +++ openbsd/update_openbsd/update_openbsd 2016/05/10 02:58:12 1.82 @@ -1,5 +1,5 @@ #!/bin/sh -# $AFresh1: update_openbsd,v 1.80 2015/11/27 22:38:38 andrew Exp $ +# $AFresh1: update_openbsd,v 1.81 2015/11/27 22:39:14 andrew Exp $ # # Copyright (c) 2012 Andrew Fresh # @@ -624,6 +624,10 @@ fw_update else + grep -q $SYSMERGE /etc/rc.sysmerge || + echo "$SYSMERGE -b" >>/etc/rc.sysmerge && + echo "==> RUNNING $SYSMERGE -b ON REBOOT" + echo Instructions for updating to the new version available from if [ X"snapshots" == X"$FORCE_DIR" ]; then echo " http://www.openbsd.org/faq/current.html"