[BACK]Return to update_openbsd CVS log [TXT][DIR] Up to [local] / openbsd / update_openbsd

Diff for /openbsd/update_openbsd/update_openbsd between version 1.122 and 1.123

version 1.122, 2019/03/02 01:04:52 version 1.123, 2019/03/02 01:05:59
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $AFresh1: update_openbsd,v 1.121 2019/03/02 01:02:02 andrew Exp $  # $AFresh1: update_openbsd,v 1.122 2019/03/02 01:04:52 andrew Exp $
 #  #
 # Copyright (c) 2012 Andrew Fresh <andrew@afresh1.com>  # Copyright (c) 2012 Andrew Fresh <andrew@afresh1.com>
 #  #
Line 776 
Line 776 
         $OPENUP          $OPENUP
     else      else
         if [ X"snapshots" != X"$FORCE_DIR" ]; then          if [ X"snapshots" != X"$FORCE_DIR" ]; then
             echo '==> Running syspatch'              echo '==> RUNNING SYSPATCH'
             syspatch              syspatch
         fi          fi
         echo '==> UPDATING PACKAGES'          echo '==> UPDATING PACKAGES'

Legend:
Removed from v.1.122  
changed lines
  Added in v.1.123

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>