[BACK]Return to install.sxxu CVS log [TXT][DIR] Up to [local] / openbsd / sxxu

Diff for /openbsd/sxxu/Attic/install.sxxu between version 1.10 and 1.13

version 1.10, 2010/04/21 20:13:08 version 1.13, 2010/04/22 23:01:41
Line 96 
Line 96 
     echo ' ==> Applying patches'      echo ' ==> Applying patches'
     local _p      local _p
     for _p in patches/*; do      for _p in patches/*; do
           [ X"patches/*" == X"${_p}" ] && continue
         echo "  => $_p"          echo "  => $_p"
         # -N Always assume a forward patch.          # -N Always assume a forward patch.
         # -t Never prompt; assume the user is expert          # -t Never prompt; assume the user is expert
Line 155 
Line 156 
     exit      exit
 fi  fi
   
 do_pre  do_pre        2>&1 | /usr/bin/tee    /var/log/install.log
 process_roles  process_roles 2>&1 | /usr/bin/tee -a /var/log/install.log | grep '^...>'
 do_post  do_post       2>&1 | /usr/bin/tee -a /var/log/install.log | grep '^...>'
   echo See /var/log/install.log for install messages.

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.13

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