[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.5 and 1.6

version 1.5, 2008/10/11 23:12:33 version 1.6, 2008/10/11 23:14:25
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $RedRiver: update_openbsd,v 1.4 2008/08/12 22:44:19 andrew Exp $  # $RedRiver: update_openbsd,v 1.5 2008/10/11 22:12:33 andrew Exp $
   
 SYSMERGE=/usr/sbin/sysmerge  SYSMERGE=/usr/sbin/sysmerge
 MIRROR=ftp://ftp.openbsd.org/pub/OpenBSD  MIRROR=ftp://ftp.openbsd.org/pub/OpenBSD
Line 132 
Line 132 
         fi          fi
     done      done
   
     echo $FTP_CMD ${FTP}/MD5      if [ ! -e MD5 ]; then
     $FTP_CMD ${FTP}/MD5          echo $FTP_CMD ${FTP}/MD5
           $FTP_CMD ${FTP}/MD5
       fi
   
     ls bsd* *.tgz > index      ls bsd* *.tgz > index
     grep -f index MD5 | md5 -c      grep -f index MD5 | md5 -c
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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