CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2016/06/01 10:51:54
Modified files: sbin/disklabel : disklabel.c Log message: Fix automatic disk allocation based on a template which I broke in the previous commit. readlabel() calls editor_allocspace() which will use the default label unless a template was provided beforehand. Thus, call parse_autolabel() before redlabel(). Problem found and fix provided by Mark Patruck, thanks! Fix asap, deraadt@