How to Upgrade tzdata and tzcode into a unix server
I would like to upgrade the tzdata and tzcode automatically into my server for each upgrade of the olson tz data to prevent from bad local_time calculation. I would like to make my server know that a new release of tzdata/tzcode is available and make it load the new tzdata release and override the previous. Please, let me know how to do that ? -- François REYGAGNE. Software Architect. opt[e]way S.A., 2881 route des Crêtes, BP308 06906 Sophia Antipolis Cedex, FRANCE tél: +33 (0)4 92 95 27 01 http://www.opteway.com
Date: Wed, 11 Apr 2001 22:56:31 +0200 From: francois reygagne <freygagne@opteway.com>
I would like to make my server know that a new release of tzdata/tzcode is available and make it load the new tzdata release and override the previous.
One way would be to have your system subscribe itself to the tz mailing list, and then poll the FTP site every time it gets email from anyone whose email address matches the regular expression '^olson@.*nci\.nih\.gov$'. You can probably use 'procmail' to do that. I'm not sure it's a good idea to do it completely automatically and unconditionally, though, as there may be bugs in the official distribution.
participants (2)
-
francois reygagne -
Paul Eggert