summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-12-22 01:44:57 +0000
committerjkh <jkh@FreeBSD.org>1999-12-22 01:44:57 +0000
commitb71f510e43dccdfc96aab3b0ec525b6ec0b23307 (patch)
tree51213f47b59c67aec55f59e44a1fc5ea9e3bf63b /usr.sbin/sysinstall
parent8d1dbd3625f135063ce9705738d5a8d4b59b8c14 (diff)
downloadFreeBSD-src-b71f510e43dccdfc96aab3b0ec525b6ec0b23307.zip
FreeBSD-src-b71f510e43dccdfc96aab3b0ec525b6ec0b23307.tar.gz
Fix the brain-o which prevented the Custom installation item from
working. It was, as I predicted, a stupid bug and thanks to the submitter for spotting it. I'll also re-roll some 3.4-RELEASE install floppies for this.
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/menus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 94a33fa..edc1413 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -825,7 +825,7 @@ DMenu MenuSubDistributions = {
NULL,
NULL,
{ { "X Exit", "Exit this menu (returning to previous)",
- checkTrue, dmenuExit, '<', '<', '<' },
+ checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' },
{ "All", "All system sources, binaries and X Window System",
NULL, distSetEverything },
{ "Reset", "Reset all of the below",
OpenPOWER on IntegriCloud