Date: Tue, 2 Apr 1996 10:32:49 -0800 From: nate@sneezy.sri.com (Nate Williams ) To: Joerg Wunsch <joerg@freefall.freebsd.org> Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/tzsetup main.c tzmenu.c Message-ID: <199604021832.KAA29950@sneezy> In-Reply-To: <199603310955.BAA13788@freefall.freebsd.org> References: <199603310955.BAA13788@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> > Modified: usr.sbin/tzsetup main.c tzmenu.c > Log: > Another round of fixes: > > . Replace my NIH-suffering code to detect the number of lines on > the terminal by the curses variable LINES. > > . Fix the selection code for countries with more than one screenful > of locations. The very few people living in America/US/Pacific > now won't be charged for Indiana any longer... :) > > . Removed the gross code that copied over the timezone file to > /etc/localtime, and create a symlink now instead. Please 'copy' the file to /etc/localtime. On smallish machines (laptops), it's a waste of disk space to keep all of /usr/share/zoneinfo online, so I always blow it away. Having it as a file is a much saner solution in any case b/c it's necessary when doing work in single-user mode, or else time-stamps and such will be messed up. Nate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604021832.KAA29950>