CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2009/04/22 18:00:06
Modified files: sbin/disklabel : editor.c Log message: Unrevert reversion of r1.192. This time make sure 'aflag' is treated the same way 'dflag' is treated. i.e. reset it when the label is written out so a 'w' followed by a 'q' exits the editor without further questions. Also set it whenever the 'A' command is executed. Suggestions by Alexander Hall. ok deraadt@