summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/menus.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-02-10 10:23:53 +0000
committerjkh <jkh@FreeBSD.org>1997-02-10 10:23:53 +0000
commitd70a4d38b31d6e8adac50d4213af0eaf60c8251b (patch)
treeb72c267faab43654744db6d6cd939c623d974241 /release/sysinstall/menus.c
parent01f49a792d921b339047fe3dd7e7b0fc73bc7741 (diff)
downloadFreeBSD-src-d70a4d38b31d6e8adac50d4213af0eaf60c8251b.zip
FreeBSD-src-d70a4d38b31d6e8adac50d4213af0eaf60c8251b.tar.gz
Don't stomp wall_cmos_clock file.
Diffstat (limited to 'release/sysinstall/menus.c')
-rw-r--r--release/sysinstall/menus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c
index a35108a..67bdcf0 100644
--- a/release/sysinstall/menus.c
+++ b/release/sysinstall/menus.c
@@ -266,7 +266,7 @@ DMenu MenuIndex = {
{ "Syscons, Keyrate", "The console key rate configuration menu.", NULL, dmenuSubmenu, NULL, &MenuSysconsKeyrate },
{ "Syscons, Saver", "The console screen saver configuration menu.", NULL, dmenuSubmenu, NULL, &MenuSysconsSaver },
{ "Syscons, Screenmap", "The console screenmap configuration menu.", NULL, dmenuSubmenu, NULL, &MenuSysconsScrnmap },
- { "Time Zone", "Set the system's time zone.", NULL, dmenuSystemCommand, NULL, "rm -f /etc/wall_cmos_clock /etc/localtime; tzsetup" },
+ { "Time Zone", "Set the system's time zone.", NULL, dmenuSystemCommand, NULL, "rm -f /etc/localtime; tzsetup" },
{ "Upgrade", "Upgrade an existing system.", NULL, installUpgrade },
{ "Usage", "Quick start - How to use this menu system.", NULL, dmenuDisplayFile, NULL, "usage" },
{ "User Management", "Add user and group information.", NULL, dmenuSubmenu, NULL, &MenuUsermgmt },
@@ -1043,7 +1043,7 @@ DMenu MenuConfigure = {
{ "2 Console", "Customize system console behavior",
NULL, dmenuSubmenu, NULL, &MenuSyscons },
{ "3 Time Zone", "Set which time zone you're in",
- NULL, dmenuSystemCommand, NULL, "rm -f /etc/wall_cmos_clock /etc/localtime; tzsetup" },
+ NULL, dmenuSystemCommand, NULL, "rm -f /etc/localtime; tzsetup" },
{ "4 Media", "Change the installation media type",
NULL, dmenuSubmenu, NULL, &MenuMedia },
{ "5 Mouse", "Select the type of mouse you have",
OpenPOWER on IntegriCloud