From owner-freebsd-commit Sat Nov 4 07:46:01 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA29030 for freebsd-commit-outgoing; Sat, 4 Nov 1995 07:46:01 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA29009 for cvs-all-outgoing; Sat, 4 Nov 1995 07:45:54 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA28983 for cvs-user-outgoing; Sat, 4 Nov 1995 07:45:51 -0800 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA28940 ; Sat, 4 Nov 1995 07:45:33 -0800 Date: Sat, 4 Nov 1995 07:45:33 -0800 From: "Jordan K. Hubbard" Message-Id: <199511041545.HAA28940@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall command.c config.c disks.c label.c sysinstall.h Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/11/04 07:45:32 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall command.c config.c disks.c label.c sysinstall.h Log: Avoid doing disk selection twice in novice install. Finally sort the fstab file entries correctly! qsort() either doesn't work or isn't working as documented.