diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-06-23 20:38:00 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-06-23 20:38:00 +0200 |
commit | 848fd5a43d4ff451c66fb1d7c06e01daa783073a (patch) | |
tree | 277b0b7a83a2078d5054c601c3d8d23e8f6682fb /bind/pri | |
parent | e86c58ea57c3caa782b0a70f41d02b98682bc464 (diff) |
Fix use 'm' (not 'mi' for minutes and avoid bogus unit for month.
Diffstat (limited to 'bind/pri')
-rw-r--r-- | bind/pri/JONES | 2 | ||||
-rw-r--r-- | bind/pri/JONES-mailonly | 2 | ||||
-rw-r--r-- | bind/pri/JONES-nomail | 2 | ||||
-rw-r--r-- | bind/pri/OFF | 2 | ||||
-rw-r--r-- | bind/pri/jones.dk | 2 | ||||
-rw-r--r-- | bind/pri/xpositionreverse.org | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/bind/pri/JONES b/bind/pri/JONES index e990319..4e6f523 100644 --- a/bind/pri/JONES +++ b/bind/pri/JONES @@ -1,7 +1,7 @@ $TTL 1h @ SOA dns.jones.dk. dr.jones.dk. ( 2013110601 - 1h 30mi 1w 1h ) + 1h 30m 1w 1h ) ; Public zone roots, mailhubs and non-CNAME services (use A) NS dns.jones.dk. diff --git a/bind/pri/JONES-mailonly b/bind/pri/JONES-mailonly index fc194bf..b6b81ee 100644 --- a/bind/pri/JONES-mailonly +++ b/bind/pri/JONES-mailonly @@ -1,7 +1,7 @@ $TTL 1h @ SOA dns.jones.dk. dr.jones.dk. ( 2013110601 - 1h 30mi 1w 1h ) + 1h 30m 1w 1h ) ; Public zone roots, mailhubs and non-CNAME services (use A) NS dns.jones.dk. diff --git a/bind/pri/JONES-nomail b/bind/pri/JONES-nomail index a27fb5f..648778e 100644 --- a/bind/pri/JONES-nomail +++ b/bind/pri/JONES-nomail @@ -1,7 +1,7 @@ $TTL 1h @ SOA dns.jones.dk. dr.jones.dk. ( 2012061701 - 1h 30mi 1w 1h ) + 1h 30m 1w 1h ) ; Public zone roots, mailhubs and non-CNAME services (use A) NS dns.jones.dk. diff --git a/bind/pri/OFF b/bind/pri/OFF index 1f5d08f..5f652cd 100644 --- a/bind/pri/OFF +++ b/bind/pri/OFF @@ -1,7 +1,7 @@ $TTL 3600 @ SOA dns.jones.dk. dr.jones.dk. ( 2009062901 - 1h 30mi 1w 1h ) + 1h 30m 1w 1h ) ; Public zone roots, mailhubs and non-CNAME services (use A) NS dns.jones.dk. diff --git a/bind/pri/jones.dk b/bind/pri/jones.dk index 4d50281..b7da839 100644 --- a/bind/pri/jones.dk +++ b/bind/pri/jones.dk @@ -1,7 +1,7 @@ $TTL 1h @ IN SOA dns.jones.dk. dr.jones.dk. ( 2014051701 - 3600 1800 604800 3600 ) ; 1h 30mi 1w 1h + 1h 30m 1w 1h ) ; Public zone roots, mailhubs and non-CNAME services (use A) NS dns.jones.dk. diff --git a/bind/pri/xpositionreverse.org b/bind/pri/xpositionreverse.org index dd21f1f..978f30a 100644 --- a/bind/pri/xpositionreverse.org +++ b/bind/pri/xpositionreverse.org @@ -1,7 +1,7 @@ $TTL 1h @ SOA dns.jones.dk. dr.jones.dk. ( 2009062901 - 1h 30mi 1w 1h ) + 1h 30m 1w 1h ) ; Public zone roots, mailhubs and non-CNAME services (use A) NS dns.jones.dk. |