From owner-freebsd-commit Wed May 31 03:18:51 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA14872 for commit-outgoing; Wed, 31 May 1995 03:18:51 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA14814 for cvs-user-outgoing; Wed, 31 May 1995 03:17:58 -0700 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA14801 ; Wed, 31 May 1995 03:17:49 -0700 Date: Wed, 31 May 1995 03:17:49 -0700 From: "Jordan K. Hubbard" Message-Id: <199505311017.DAA14801@freefall.cdrom.com> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall config.c decode.c devices.c dist.c dmenu.c floppy.c install.c media.c menus.c sysinstall.h tcpip.c Sender: commit-owner@FreeBSD.org Precedence: bulk jkh 95/05/31 03:17:48 Modified: release/sysinstall config.c decode.c devices.c dist.c dmenu.c floppy.c install.c media.c menus.c sysinstall.h tcpip.c Log: 1. Go to an entirely different paradigm for "OK" and "Cancel"; I managed to give Julian what he wanted without changing Dialog. Each menu that doesn't immediately return now has an "Exit" item at the bottom, and Cancel actually _cancels_. 2. Re-work the distribution stuff to not gratuitously init/shutdown the media device multiple times. 3. Make all menu-using functions now respect the fact that menus return a status (so you can tell if they were truly cancelled). 4. Write out /etc/hosts as late as possible.