Page MenuHomeFreeBSD

D33334.diff
No OneTemporary

D33334.diff

diff --git a/usr.sbin/tzsetup/tzsetup.c b/usr.sbin/tzsetup/tzsetup.c
--- a/usr.sbin/tzsetup/tzsetup.c
+++ b/usr.sbin/tzsetup/tzsetup.c
@@ -1028,10 +1028,9 @@
"If it is set to local time,\n"
"or you don't know, please choose NO here!");
- conf.button.defaultno = true;
+ conf.button.defaultno = false;
conf.title = "Select local or UTC (Greenwich Mean Time) clock";
yesno = bsddialog_yesno(&conf, prompt, 7, 73);
- conf.button.defaultno = false;
if (!yesno) {
if (reallydoit)
unlink(path_wall_cmos_clock);

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 15, 1:09 PM (16 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14642540
Default Alt Text
D33334.diff (543 B)

Event Timeline