summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick <nick@somerandomnick.ano>2010-06-27 16:49:59 +0000
committerNick <nick@somerandomnick.ano>2010-06-27 16:49:59 +0000
commitb81b88df98980fee6169da96f5443b9c60dc787b (patch)
tree766c18f856b767d62437223ea207c117cc00da2b
parent69b6cc351b604ba7d891e1732c2ee2223818ce1d (diff)
downloadresdb-b81b88df98980fee6169da96f5443b9c60dc787b.tar.gz
resdb-b81b88df98980fee6169da96f5443b9c60dc787b.zip
export now hijacks tech-c
-rwxr-xr-xscripts/export/dn42_registry4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/export/dn42_registry b/scripts/export/dn42_registry
index c554933..48670d6 100755
--- a/scripts/export/dn42_registry
+++ b/scripts/export/dn42_registry
@@ -15,7 +15,7 @@ for d in db/dom/dn42/* ; do
done
echo -e "status:\t\tconnect"
echo -e "admin-c:\t$owner"
- echo -e "tech-c:\t\t$owner"
+ echo -e "tech-c:\t\tRESDB-DN42"
) > "export/dn42/data/dns/$domain"
done
mkdir -p export/dn42/data/inetnum || exit 1
@@ -36,7 +36,7 @@ for i3 in db/ip/AC/16/?? ; do
echo -e "netname:\t$ownershort's dn42 network"
echo -e "country:\tunknown to resdb"
echo -e "admin-c:\t$owner"
- echo -e "tech-c:\t\t$owner"
+ echo -e "tech-c:\t\tRESDB-DN42"
echo -e "status:\t\tASSIGNED"
) > "export/dn42/data/inetnum/$ip.0_24"
done