Page MenuHomeFreeBSD

bsdinstall netconfig_ipv6: replace dialog(1) with bsddialog(1)
ClosedPublic

Authored by asiciliano on May 20 2022, 12:47 PM.
Tags
None
Referenced Files
F83162496: D35270.diff
Tue, May 7, 5:25 AM
Unknown Object (File)
Sun, May 5, 12:43 AM
Unknown Object (File)
Wed, Apr 24, 5:19 PM
Unknown Object (File)
Mon, Apr 22, 7:06 AM
Unknown Object (File)
Mar 30 2024, 2:58 AM
Unknown Object (File)
Mar 2 2024, 10:42 PM
Unknown Object (File)
Jan 13 2024, 11:09 AM
Unknown Object (File)
Dec 20 2023, 3:49 AM
Subscribers

Details

Summary

Replace dialog(1) with bsddialog(1).

Test Plan
% sh ./netconfig_Ipv6


                  ┌─────────┤Network Configuration├─────────┐
                  │ Would you like to try stateless address │  
                  │ autoconfiguration (SLAAC)?              │  
                  ├─────────────────────────────────────────┤  
                  │           [ Yes  ]   [  No  ]           │  
                  └─────────────────────────────────────────┘  
                                                               



     ┌──────────────────────┤Network Configuration├──────────────────────┐
     │ Static IPv6 Network Interface Configuration                       │  
     │┌─────────────────────────────────────────────────────────────────┐│  
     ││IPv6 Address   xxx                                               ││  
     ││Default Router yyy                                               ││  
     ││                                                                 ││  
     │└─────────────────────────────────────────────────────────────────┘│  
     ├───────────────────────────────────────────────────────────────────┤  
     │                        [  OK  ]   [Cancel]                        │  
     └───────────────────────────────────────────────────────────────────┘  
                                                                            

xxx DefaultRouter yyy

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped