History log of /src/usr.sbin/bsdinstall/scripts/hostname (Results 1 – 25 of 54)
Revision Date Author Comments
# e4475153 19-Oct-2023 Alfonso S. Siciliano <asiciliano@FreeBSD.org>

bsdinstall hostname: Restore bsdconfig API

Restore bsdconfig API to handle hostname dialog because bsddialog 1.0
matches all features required by bsdconfig(1). Implicitly this commit
restores also X

bsdinstall hostname: Restore bsdconfig API

Restore bsdconfig API to handle hostname dialog because bsddialog 1.0
matches all features required by bsdconfig(1). Implicitly this commit
restores also Xdialog(1) for this script.

This commit reverts:
- "bsdinstall hostname: Replace dialog with bsddialog"
6368dcb29228dd8e18d50c54c3ca1596262d4676
- "bsdinstall(8) hostname: Update for bsddialog 0.3"
5f3ec44e7e9c11f90ad1128db1116925b493fad0.

The script continues to use bsddialog(1) by default via $DIALOG in
bsdconfig(1).

show more ...


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 5f3ec44e 03-Sep-2022 Alfonso S. Siciliano <asiciliano@FreeBSD.org>

bsdinstall(8) hostname: Update for bsddialog 0.3

* Delete --hline info. bsddialog(1) 0.3 closes an --inputbox pressing
only Enter (restoring the previous LGPL-dialog behavior).
* Add dynamic wi

bsdinstall(8) hostname: Update for bsddialog 0.3

* Delete --hline info. bsddialog(1) 0.3 closes an --inputbox pressing
only Enter (restoring the previous LGPL-dialog behavior).
* Add dynamic width auto-sizing.

show more ...


# cc42ef53 24-May-2022 Brad Davis <brd@FreeBSD.org>

bsdinstall: allow whitelabeling the scripts

Approved by: allanjude, asiciliano
Differential Revision: https://reviews.freebsd.org/D35197
Sponsored by: Rubicon Communications, LLC ("Netgate")


# 6368dcb2 24-May-2022 Alfonso S. Siciliano <asiciliano@FreeBSD.org>

bsdinstall hostname: Replace dialog with bsddialog

Replace (LGPL) dialog utility with (BSD-2-Clause) bsddialog utility.
Add --hline info because bsddialog requires TAB to switch the focus on
buttons

bsdinstall hostname: Replace dialog with bsddialog

Replace (LGPL) dialog utility with (BSD-2-Clause) bsddialog utility.
Add --hline info because bsddialog requires TAB to switch the focus on
buttons for an inputbox, dialog differs.
Delete f_dialog_inputbox_size() using libbsddialog autosizing.

Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D35285

show more ...


# fda9adaf 27-Oct-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r339670 through r339812.


# 224df386 26-Oct-2018 Devin Teske <dteske@FreeBSD.org>

Whitespace alignment in bsdinstall hostname

Aligning line-continuation characters to prevent mistakes.
This is also the prevalent style replication throughout.

Sponsored by: Smule, Inc.


# be99b538 26-Oct-2018 Devin Teske <dteske@FreeBSD.org>

Sort i18n strings in bsdinstall hostname

Sponsored by: Smule, Inc.


# 6fd587f9 26-Oct-2018 Devin Teske <dteske@FreeBSD.org>

Add improved error checking to bsdinstall hostname

Sponsored by: Smule, Inc.


# 05b1c425 26-Oct-2018 Devin Teske <dteske@FreeBSD.org>

Fix dialog autosizing in bsdinstall hostname

Sponsored by: Smule, Inc.


# e4475153 19-Oct-2023 Alfonso S. Siciliano <asiciliano@FreeBSD.org>

bsdinstall hostname: Restore bsdconfig API

Restore bsdconfig API to handle hostname dialog because bsddialog 1.0
matches all features required by bsdconfig(1). Implicitly this commit
restores also X

bsdinstall hostname: Restore bsdconfig API

Restore bsdconfig API to handle hostname dialog because bsddialog 1.0
matches all features required by bsdconfig(1). Implicitly this commit
restores also Xdialog(1) for this script.

This commit reverts:
- "bsdinstall hostname: Replace dialog with bsddialog"
6368dcb29228dd8e18d50c54c3ca1596262d4676
- "bsdinstall(8) hostname: Update for bsddialog 0.3"
5f3ec44e7e9c11f90ad1128db1116925b493fad0.

The script continues to use bsddialog(1) by default via $DIALOG in
bsdconfig(1).

show more ...


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 5f3ec44e 03-Sep-2022 Alfonso S. Siciliano <asiciliano@FreeBSD.org>

bsdinstall(8) hostname: Update for bsddialog 0.3

* Delete --hline info. bsddialog(1) 0.3 closes an --inputbox pressing
only Enter (restoring the previous LGPL-dialog behavior).
* Add dynamic wi

bsdinstall(8) hostname: Update for bsddialog 0.3

* Delete --hline info. bsddialog(1) 0.3 closes an --inputbox pressing
only Enter (restoring the previous LGPL-dialog behavior).
* Add dynamic width auto-sizing.

show more ...


# cc42ef53 24-May-2022 Brad Davis <brd@FreeBSD.org>

bsdinstall: allow whitelabeling the scripts

Approved by: allanjude, asiciliano
Differential Revision: https://reviews.freebsd.org/D35197
Sponsored by: Rubicon Communications, LLC ("Netgate")


# 6368dcb2 24-May-2022 Alfonso S. Siciliano <asiciliano@FreeBSD.org>

bsdinstall hostname: Replace dialog with bsddialog

Replace (LGPL) dialog utility with (BSD-2-Clause) bsddialog utility.
Add --hline info because bsddialog requires TAB to switch the focus on
buttons

bsdinstall hostname: Replace dialog with bsddialog

Replace (LGPL) dialog utility with (BSD-2-Clause) bsddialog utility.
Add --hline info because bsddialog requires TAB to switch the focus on
buttons for an inputbox, dialog differs.
Delete f_dialog_inputbox_size() using libbsddialog autosizing.

Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D35285

show more ...


# fda9adaf 27-Oct-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r339670 through r339812.


# 224df386 26-Oct-2018 Devin Teske <dteske@FreeBSD.org>

Whitespace alignment in bsdinstall hostname

Aligning line-continuation characters to prevent mistakes.
This is also the prevalent style replication throughout.

Sponsored by: Smule, Inc.


# be99b538 26-Oct-2018 Devin Teske <dteske@FreeBSD.org>

Sort i18n strings in bsdinstall hostname

Sponsored by: Smule, Inc.


# 6fd587f9 26-Oct-2018 Devin Teske <dteske@FreeBSD.org>

Add improved error checking to bsdinstall hostname

Sponsored by: Smule, Inc.


# 05b1c425 26-Oct-2018 Devin Teske <dteske@FreeBSD.org>

Fix dialog autosizing in bsdinstall hostname

Sponsored by: Smule, Inc.


# 11d38a57 28-Oct-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Merge from head

Sponsored by: Gandi.net


# becbad1f 13-Oct-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Merge from head


# 0f405ee7 28-Sep-2015 Navdeep Parhar <np@FreeBSD.org>

Sync up with head (up to r288341).


# a1cb6af1 16-Sep-2015 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r287680 through r287877.


# f94594b3 12-Sep-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Finish merging from head, messed up in previous attempt


123