From 8b93a85a7d2bbcdaaf4d3a3b6e31517902598399 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 7 Aug 2008 13:52:36 +0000 Subject: [PATCH] Porting of update-anchor script. git-svn-id: file:///svn/unbound/trunk@1182 be551aaa-1e26-0410-a405-d3ace91eadb9 --- contrib/update-anchor.sh | 4 ++-- doc/Changelog | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/contrib/update-anchor.sh b/contrib/update-anchor.sh index 111fa9907..c2a167964 100755 --- a/contrib/update-anchor.sh +++ b/contrib/update-anchor.sh @@ -5,7 +5,7 @@ # which validating lookup to use. ubhost=unbound-host -function usage() +usage ( ) { echo "usage: update-anchor [-b] " echo " performs an update of trust anchor file" @@ -39,7 +39,7 @@ if test $# -ne 2; then usage fi -function do_update() { +do_update ( ) { # arguments: zonename="$1" keyfile="$2" diff --git a/doc/Changelog b/doc/Changelog index 1ff4a8c7b..9f0b7c899 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,6 +1,8 @@ 7 August 2008: Wouter - Scrubber more strict. CNAME chains, DNAMEs from cache, other irrelevant rrsets removed. + - 1.0.2 released from 1.0 support branch. + - fixup update-anchor.sh to work both in BSD shell and bash. 5 August 2008: Wouter - fixup DS test so apex nodata works again.