Home
last modified time | relevance | path

Searched refs:ZONES_DIR (Results 1 – 3 of 3) sorted by relevance

/dports/dns/void-zones-tools/void-zones-tools-1.0.2/
H A Dvoid-zones-update.sh47 ZONES_DIR="/usr/local/etc/void-zones"
48 if [ ! -d "$ZONES_DIR" ]; then
49 mkdir -p "$ZONES_DIR"
51 if [ ! -f "$ZONES_DIR/my_void_hosts.txt" ]; then
71 if [ ! -f "$ZONES_DIR/pgl_void_hosts.txt" ] ; then
75 if [ ! -f "$ZONES_DIR/sowc_void_hosts.txt" ] ; then
79 if [ ! -f "$ZONES_DIR/mvps_void_hosts.txt" ] ; then
83 if [ ! -f "$ZONES_DIR/mdl_void_hosts.txt" ] ; then
87 if [ ! -f "$ZONES_DIR/away_void_hosts.txt" ] ; then
91 if [ ! -f "$ZONES_DIR/jdom_void_list.txt" ] ; then
[all …]
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DNSTimeZone.m64 Any time zone must be a file name in ZONES_DIR.
74 ZONES_DIR is a sub-directory under TIME_ZONE_DIR
154 #define ZONES_DIR @"zones" macro
1693 LOCALDBKEY, LOCALDBKEY, _time_zone_path (ZONES_DIR, nil));
2442 dir = _time_zone_path (ZONES_DIR, nil);
/dports/lang/gnustep-base/libs-base-base-1_27_0/
H A DChangeLog.1740 * src/NSTimeZone.m (LOCALDBKEY, ZONES_DIR): Make NSStrings.
741 (+getTimeZoneFile:): ZONES_DIR is NSString.
1328 (TIME_ZONE_DIR, ABBREV_DICT, REGIONS_FILE, LOCAL_TIME_FILE, ZONES_DIR):