CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/10/08 08:50:38
Modified files:
usr.sbin/installboot: i386_installboot.c installboot.c
installboot.h landisk_installboot.c
sparc64_installboot.c util.c
Log message:
Refactor fileprefix() and filecopy() to use warn() instead of err()
to display error message, and to return error indications (NULL and
-1 respectively). Use the error indications in write_efisystem()
to unwind in the face of more error conditions. In other cases just
exit(1) to emulation current behaviour.
ok deraadt@