Resend of Question: Is this the right / best way of updating zoneinfo only

Kris Kennaway kris at obsecurity.org
Tue Mar 30 18:03:10 PST 2004


On Wed, Mar 31, 2004 at 11:53:18AM +1000, Murray Taylor wrote:
> Question not responded to in a week..
> 
> -----Forwarded Message-----
> From: Murray Taylor <murraytaylor at bytecraftsystems.com>
> To: freebsd-questions at freebsd.org
> Subject: Is this the right / best way of updating zoneinfo only
> Date: Tue, 23 Mar 2004 10:48:17 +1100
> 
> Is this the right way to update the zoneinfo data
> used for the time / timezone related calls..
> 
> cvsup -STABLE
> cd  /usr/src/share/zoneinfo
> make 
> make install
> 
> I need to ensure that the zoneinfo is upto date on say a monthly cycle
> and dont really want or need to recompile everything...
> I looked at the Makefile and the included bsd.prog.mk file and 
> decided that I dont need to learn _that much_ about makefiles .. ;-)

That might work, but it's not guaranteed to always work.  There's only
one way to safely rebuild your system, which is the one documented in
the handbook.  In particular, piecewise updates are not supported.

zoneinfo is hardly ever updated anyway, so you may be trying to solve
a non-problem.

Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040330/ff7cfff8/attachment.bin


More information about the freebsd-questions mailing list