=================================================================== RCS file: /cvs/openbsd/sxxu/Attic/install.sxxu,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- openbsd/sxxu/Attic/install.sxxu 2010/04/22 21:36:24 1.11 +++ openbsd/sxxu/Attic/install.sxxu 2010/04/22 22:24:29 1.12 @@ -1,5 +1,5 @@ #!/bin/ksh - -# $Id: install.sxxu,v 1.11 2010/04/22 20:36:24 andrew Exp $ +# $Id: install.sxxu,v 1.12 2010/04/22 21:24:29 andrew Exp $ # Copyright (c) 2010 Andrew Fresh # @@ -156,6 +156,6 @@ exit fi -do_pre -process_roles -do_post +do_pre 2>&1 | /usr/bin/tee /var/log/install.log +process_roles 2>&1 | /usr/bin/tee -a /var/log/install.log +do_post 2>&1 | /usr/bin/tee -a /var/log/install.log