aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade/install.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sade/install.c')
-rw-r--r--usr.sbin/sade/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 08166c88b586..32b98e3e5d22 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -549,7 +549,7 @@ installNovice(dialogMenuItem *self)
WINDOW *w = savescr();
dialog_clear();
- systemExecute("rm -f /etc/localtime /etc/wall_cmos_clock; tzsetup");
+ systemExecute("tzsetup");
restorescr(w);
}