mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
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.
This commit is contained in:
parent
b6c1f94fde
commit
3446977f16
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54984
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user