]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tzsetup: be explicit about *timezone* abbreviation
authorEd Maste <emaste@FreeBSD.org>
Mon, 25 Mar 2024 20:25:23 +0000 (16:25 -0400)
committerEd Maste <emaste@FreeBSD.org>
Tue, 16 Apr 2024 13:55:46 +0000 (09:55 -0400)
commit40b57cb616ca19aee3de104acd058da289c936bb
treeead0d460b3715738415776164d68c77de6bbe143
parent428f86fd2ff1fd2b073d556fac273c8c7f457376
tzsetup: be explicit about *timezone* abbreviation

During the install process tzsetup asks a question like

    Does the abbreviation `EDT' look reasonable?

The installer asks lots of questions, some that relate to the previous
screen or topic and some that do not.  A new user installed FreeBSD for
the first time and was confused by this question, not realizing that it
was asking whether the abbreviation is correct for the selected
timezone.

Reviewed by: bapt, brooks, imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D44500
usr.sbin/tzsetup/tzsetup.c