Page MenuHomeFreeBSD

bsdinstall fetchmissingdists: Replace dialog with bsddialog
ClosedPublic

Authored by asiciliano on Mar 24 2022, 2:13 AM.
Tags
None
Referenced Files
F167073187: D34654.diff
Tue, Aug 18, 8:43 PM
Unknown Object (File)
Tue, Aug 11, 11:56 PM
Unknown Object (File)
Tue, Aug 11, 11:55 PM
Unknown Object (File)
Tue, Aug 11, 11:46 PM
Unknown Object (File)
Jul 19 2026, 1:58 AM
Unknown Object (File)
Jul 15 2026, 6:59 PM
Unknown Object (File)
Jul 6 2026, 7:16 PM
Unknown Object (File)
Jun 12 2026, 12:32 PM
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