Add bsddialog(1) to bsdconfig(8). This can be considered an increment not a replacement, `$DIALOG=dialog' restores dialog(1).
Details
Details
- Reviewers
dteske bapt - Commits
- rG30e9abf2fc46: bsdconfig(8): add bsddialog(1) support
bsddialog 0.4 was released to match the features of bsdconfig.
To test, with a recent CURRENT:
$DIALOG=bsddialog changing /usr/share/bsdconfig/dialog.subr like the review.
otherwise
$ git clone https://gitlab.com/alfix/bsddialog.git $ cd bsddialog $ make
$DIALOG=/absolute/path/bsddialog changing /usr/share/bsdconfig/dialog.subr like the review.
Of course it is possible to apply the diff in src/.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable