From b81b88df98980fee6169da96f5443b9c60dc787b Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 27 Jun 2010 16:49:59 +0000 Subject: export now hijacks tech-c --- scripts/export/dn42_registry | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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 -- cgit v1.2.3