aboutsummaryrefslogtreecommitdiffstats
path: root/system_cmds/zic.tproj/ZIC_HACK
diff options
context:
space:
mode:
Diffstat (limited to 'system_cmds/zic.tproj/ZIC_HACK')
-rw-r--r--system_cmds/zic.tproj/ZIC_HACK6
1 files changed, 6 insertions, 0 deletions
diff --git a/system_cmds/zic.tproj/ZIC_HACK b/system_cmds/zic.tproj/ZIC_HACK
new file mode 100644
index 0000000..57851d9
--- /dev/null
+++ b/system_cmds/zic.tproj/ZIC_HACK
@@ -0,0 +1,6 @@
+#!/bin/sh
+#this must be run on a native system
+
+ZONE_FILES="$(egrep --files-with-match '^(Zone|Rule|Link)' datfiles/*)"
+zic -y datfiles/yearistype.sh -d /tmp/zoneinfo -L /dev/null $ZONE_FILES
+