mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
Make UTC or local time message a little more clear.
This commit is contained in:
parent
99f43962ac
commit
3256d507ff
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48121
@ -34,7 +34,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static const char rcsid[] =
|
||||
"$Id: tzsetup.c,v 1.11 1998/12/16 05:34:49 peter Exp $";
|
||||
"$Id: tzsetup.c,v 1.12 1999/02/02 20:26:31 wollman Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
@ -655,7 +655,7 @@ main(int argc, char **argv)
|
||||
init_dialog();
|
||||
if (!dialog_yesno("Select local or UTC (Greenwich Mean Time) clock",
|
||||
"Is this machine's CMOS clock set to UTC? If it is set to local time,\n"
|
||||
"please choose NO here!", 7, 72)) {
|
||||
"or you don't know, please choose NO here!", 7, 72)) {
|
||||
if (reallydoit)
|
||||
unlink(_PATH_WALL_CMOS_CLOCK);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user