From 125acdf0a337dbcde93823ce7b91bd14de6f257a Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Wed, 28 Dec 2011 11:22:40 +0100 Subject: rc.conf: leave HARDWARECLOCK and TIMEZONE empty by default On a fresh install this makes sense as HARDWARECLOCK will then be set to UTC, or something else if manually specified by an hwclock invocation; TIMEZONE is left at whatever was set during install, or UTC if nothing was set at all. Signed-off-by: Tom Gundersen --- rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.conf') diff --git a/rc.conf b/rc.conf index d899410..6e96adb 100644 --- a/rc.conf +++ b/rc.conf @@ -8,8 +8,8 @@ # LOCALIZATION # ----------------------------------------------------------------------- # -HARDWARECLOCK="UTC" -TIMEZONE="Canada/Pacific" +HARDWARECLOCK= +TIMEZONE= KEYMAP= CONSOLEFONT= CONSOLEMAP= -- cgit v1.2.3