* During server startup, if config.c_default_cal_zone is an empty string, run a shell...
authorArt Cancro <ajc@citadel.org>
Sun, 18 Jan 2009 05:35:55 +0000 (05:35 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 18 Jan 2009 05:35:55 +0000 (05:35 +0000)
commitac15eb8e5140850bd5752811f4672ebc0be3c6f8
tree22225c1d75ee95ef453a1e30f1f7f404ecbe58bd
parent37f24665aefea1dccb6a5646cd88debba576fdd6
* During server startup, if config.c_default_cal_zone is an empty string, run a shell script which attempts to determine the name of the time zone in use on the underlying host system.  The script scans the files in /usr/share/zoneinfo and looks for a file whose md5sum matches that of /etc/localtime.  This is a kludge but it should work 99% of the time.
citadel/citadel_dirs.c
citadel/citadel_dirs.h
citadel/guesstimezone.sh [new file with mode: 0755]
citadel/modules/upgrade/serv_upgrade.c