From owner-freebsd-commit Thu Apr 27 11:04:20 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA26467 for commit-outgoing; Thu, 27 Apr 1995 11:04:20 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA26454 for cvs-user-outgoing; Thu, 27 Apr 1995 11:04:18 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id LAA26448 ; Thu, 27 Apr 1995 11:04:16 -0700 Received: (from jkh@localhost) by time.cdrom.com (8.6.11/8.6.9) id LAA02665; Thu, 27 Apr 1995 11:03:57 -0700 Date: Thu, 27 Apr 1995 11:03:57 -0700 From: "Jordan K. Hubbard" Message-Id: <199504271803.LAA02665@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-user@time.cdrom.com Subject: cvs commit: src/release/sysinstall Makefile dmenu.c install.c menus.c sysinstall.h Sender: commit-owner@FreeBSD.org Precedence: bulk jkh 95/04/27 11:03:56 Modified: release/sysinstall Makefile dmenu.c install.c menus.c sysinstall.h Log: Latest raft of changes. Added another couple of menu item types. Reshuffled the menus and added a few more. Sure wish I could figure out how to initialize a menu with _one_ initializer rather than two! :(