diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-02-16 06:48:59 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-02-16 06:48:59 +0000 |
| commit | 89ff02f2cd7810255242423496ff36dc7df080fa (patch) | |
| tree | 5ceb906332310e28cf676e7fd6b1439cce9f7421 /release | |
| parent | a395a8ddaa43fc0ec489bf3878b01a1a7ea17dec (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/sysinstall/install.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index 0071de8467cd6..5d2be72dda3d8 100644 --- a/release/sysinstall/install.c +++ b/release/sysinstall/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.71.2.114 1997/02/14 21:29:21 jkh Exp $ + * $Id: install.c,v 1.71.2.115 1997/02/15 15:41:08 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -549,11 +549,6 @@ installNovice(dialogMenuItem *self) WINDOW *w = savescr(); dialog_clear(); - if (!msgYesNo("Is this machine's CMOS clock set to local time?\n" - "If it is set to UTC, please select NO here")) - system("touch /etc/wall_cmos_clock"); - else - system("rm -f /etc/wall_cmos_clock"); systemExecute("rm -f /etc/localtime; tzsetup"); restorescr(w); } |
