[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.37 and 1.38

version 1.37, 2010/06/17 23:39:09 version 1.38, 2012/04/19 05:03:47
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $AFresh1: update_openbsd,v 1.36 2010/06/17 20:35:47 andrew Exp $  # $AFresh1: update_openbsd,v 1.37 2010/06/17 22:39:09 andrew Exp $
   
 installed_sets() {  installed_sets() {
     local misc=/usr/share/doc/README      local misc=/usr/share/doc/README
Line 335 
Line 335 
     done      done
   
     if [ ! -h /bsd ]; then      if [ ! -h /bsd ]; then
           cd /
         if [ -e /bsd.mp ]; then          if [ -e /bsd.mp ]; then
             echo linking /bsd.mp to /bsd              echo linking /bsd.mp to /bsd
             $SUDO ln -sf /bsd.mp bsd              $SUDO ln -sf /bsd.mp bsd
Line 346 
Line 347 
             echo ERROR: Could not symlink new kernel! >&2              echo ERROR: Could not symlink new kernel! >&2
             exit 1              exit 1
         fi          fi
           cd $OLDPWD
     fi      fi
   
     if [ -z $_installed_new_bsd ]; then      if [ -z $_installed_new_bsd ]; then

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

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