[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.57 and 1.58

version 1.57, 2013/12/31 18:42:31 version 1.58, 2013/12/31 18:46:59
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $AFresh1: update_openbsd,v 1.56 2013/12/28 02:58:37 andrew Exp $  # $AFresh1: update_openbsd,v 1.57 2013/12/31 18:42:31 andrew Exp $
 #  #
 # Copyright (c) 2012 Andrew Fresh <andrew@afresh1.com>  # Copyright (c) 2012 Andrew Fresh <andrew@afresh1.com>
 #  #
Line 268 
Line 268 
     local _nv=`echo $NEW_VER | sed -e 's/\.//'`      local _nv=`echo $NEW_VER | sed -e 's/\.//'`
   
     (      (
         for k in $INSTALL_KERNELS; do echo "($k)"        ; done          for _b in $INSTALL_KERNELS; do echo "($_b)"        ; done
         for f in $INSTALLED_SETS;  do echo "($f$_nv.tgz)"; done          for _s in $INSTALLED_SETS;  do echo "($_s$_nv.tgz)"; done
     ) > index      ) > index
     grep -f index $_type | sum -c      grep -f index $_type | sum -c
   

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

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