blob: bc55bdabb86e2067c4d6630d5ca00a0fc1648d3e (
plain)
1 --- ntpleaps.c.orig 2020-03-12 15:12:33.299103455 +0100
2 +++ ntpleaps.c 2020-03-12 15:13:28.044382840 +0100
3 @@ -124,7 +124,7 @@
4 u_int64_t s;
5 u_int64_t *l;
6
7 - fd = open("/usr/share/zoneinfo/right/UTC", O_RDONLY | O_NDELAY);
8 + fd = open("/usr/share/zoneinfo-leaps/UTC", O_RDONLY | O_NDELAY);
9 if (fd == -1)
10 return (-1);
11
|