Page MenuHomeFreeBSD

bsdinstall fetchmissingdists: Replace dialog with bsddialog
ClosedPublic

Authored by asiciliano on Mar 24 2022, 2:13 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 9, 5:03 PM
Unknown Object (File)
Mon, Mar 9, 1:01 PM
Unknown Object (File)
Mon, Mar 9, 12:46 AM
Unknown Object (File)
Thu, Feb 26, 3:52 AM
Unknown Object (File)
Feb 8 2026, 3:00 PM
Unknown Object (File)
Feb 7 2026, 9:32 PM
Unknown Object (File)
Jan 30 2026, 5:00 PM
Unknown Object (File)
Nov 28 2025, 5:15 AM
Subscribers

Details

Summary

Replace (LGPL) dialog utility with (BSD-2-Clause) bsddialog utility.

Test Plan

% bsddialog --backtitle "FreeBSD Installer" --title "Warning" --msgbox "Manifest not found on local disk and will be fetched from an unverified source. This is a potential security risk. If you do not wish to proceed, press control-C now." 0 0

┌───────────────────────────────────────┤Warning├───────────────────────────────────────┐
│ Manifest not found on local disk and will be fetched from an unverified source. This  │  
│ is a potential security risk. If you do not wish to proceed, press control-C now.     │  
├───────────────────────────────────────────────────────────────────────────────────────┤  
│                                       [  OK  ]                                        │  
└───────────────────────────────────────────────────────────────────────────────────────┘

for error() to add in script

error "TEST test Test"
┌─────┤Error├────┐
│ TEST test Test │  
├────────────────┤  
│    [  OK  ]    │  
└────────────────┘

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable