diff options
| author | Lexi Winter <lexi@le-fay.org> | 2025-06-07 12:41:27 +0100 |
|---|---|---|
| committer | Lexi Winter <lexi@le-fay.org> | 2025-06-07 12:41:27 +0100 |
| commit | 6dd9d6b231ae1855cc93da72a758500955595dc7 (patch) | |
| tree | 274a5616785f80710d908af1be86c2d91c73d229 | |
| parent | 86c9fa6498bff0054e449c3e06570efb39b21716 (diff) | |
| download | dns-6dd9d6b231ae1855cc93da72a758500955595dc7.tar.gz dns-6dd9d6b231ae1855cc93da72a758500955595dc7.tar.bz2 | |
fix some typos
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | README | 8 |
2 files changed, 6 insertions, 6 deletions
@@ -131,7 +131,7 @@ update-zones: ${zone} # The zone itself is not a real file. .PHONY: ${zone} -# How to build a processed zone from a file zone. +# How to build a processed zone from an ERB zonefile. ${zone:S,/,_,g}.czone: Makefile ${zone:S,/,_,g}.zone.erb ${.CURDIR}/bin/process \ -Dzone=${zone} \ @@ -157,7 +157,7 @@ clean-zone-${zone}: clean: clean-zone-${zone} .endfor -# For easy of use, 'make diff' zones update-zone with DIFF set. +# For easy of use, 'make diff' runs update-zone with DIFF set. .PHONY: diff diff: @@ -15,8 +15,8 @@ the actual update logic is in the Makefile. requirements: -+ bmake (or pmake) ++ bmake (or pmake, not tested) + getaddrinfo(1) -+ the 'erb' tool (from the 'erb' Ruby gem) -+ nsupdate -+ nsdiff (https://dotat.at/prog/nsdiff/) ++ ruby with the 'erb' gem (FreeBSD: devel/rubygem-erb) ++ nsupdate (from BIND, FreeBSD: dns/bind-tools) ++ nsdiff (https://dotat.at/prog/nsdiff/, FreeBSD: dns/p5-DNS-nsdiff) |
