[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.12

version 1.10, 2010/04/21 20:13:08 version 1.12, 2010/04/22 22:24:29
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
 do_post  do_post       2>&1 | /usr/bin/tee -a /var/log/install.log

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

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