diff options
author | Rob Austein <sra@hactrn.net> | 2014-01-09 20:56:06 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-01-09 20:56:06 +0000 |
commit | b603ea6e8677d61d93f05cb43aa8c1769c1e9d6c (patch) | |
tree | 4acda8c9d9ba25800d820a4bb6636fd626dc0c24 /scripts/Old/mirror-apnic.sh | |
parent | 06023dcd60af34a84c3a71f1a597e477cfa8f408 (diff) |
Update more copyrights, clean up module doc blocks.
svn path=/trunk/; revision=5624
Diffstat (limited to 'scripts/Old/mirror-apnic.sh')
-rw-r--r-- | scripts/Old/mirror-apnic.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/Old/mirror-apnic.sh b/scripts/Old/mirror-apnic.sh deleted file mode 100644 index 995efcb8..00000000 --- a/scripts/Old/mirror-apnic.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# $Id$ - -# An unknown entity representing itself as gmm says that this is the -# trust anchor for the APNIC test repository. -# -fetch -m -o repository.apnic.net/trust-anchor.cer \ - http://mirin.apnic.net/resourcecerts/trust-anchor.cer - -# Mirror the repository itself -# -rsync -aiz --delete rsync://repository.apnic.net/APNIC/ repository.apnic.net/APNIC/ |