mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-23 07:54:50 -07:00
Oops, wrong location for FreeBSD zone files
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82291 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -33,11 +33,7 @@ static char __attribute__((unused)) tzfilehid[] = "@(#)tzfile.h 8.1";
|
||||
#ifdef SOLARIS
|
||||
#define TZDIR "/usr/share/lib/zoneinfo"
|
||||
#else
|
||||
#ifdef FREEBSD
|
||||
#define TZDIR "/usr/local/etc/zoneinfo" /* Time zone object file directory */
|
||||
#else
|
||||
#define TZDIR "/usr/share/zoneinfo"
|
||||
#endif /* defined FREEBSD */
|
||||
#endif /* defined SOLARIS */
|
||||
#endif /* !defined TZDIR */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user