]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Porting of update-anchor script.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 7 Aug 2008 13:52:36 +0000 (13:52 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 7 Aug 2008 13:52:36 +0000 (13:52 +0000)
git-svn-id: file:///svn/unbound/trunk@1182 be551aaa-1e26-0410-a405-d3ace91eadb9

contrib/update-anchor.sh
doc/Changelog

index 111fa9907fa6afdb1d6a1eae3e50a4551582d48b..c2a1679649dd9132a525c7a36e4651023f166508 100755 (executable)
@@ -5,7 +5,7 @@
 # which validating lookup to use.
 ubhost=unbound-host
 
-function usage()
+usage ( )
 {
        echo "usage: update-anchor [-b] <zone name> <trust anchor file>"
        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> <keyfile>
        zonename="$1"
        keyfile="$2"
index 1ff4a8c7b5776009331413e6bf51301076db8ad7..9f0b7c8995526a062818a0d41afe0a88f5f7aedb 100644 (file)
@@ -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.