# HG changeset patch # User Nick # Date 1277657399 0 # Node ID 4ace60b88ec0225e24769c9db1d207860973d51e # Parent e8e0adb25a6d4cfe05ab912c9aeb9af7740dc9d9 export now hijacks tech-c diff -r e8e0adb25a6d -r 4ace60b88ec0 scripts/export/dn42_registry --- a/scripts/export/dn42_registry Wed Jun 23 18:41:39 2010 +0200 +++ b/scripts/export/dn42_registry Sun Jun 27 16:49:59 2010 +0000 @@ -15,7 +15,7 @@ 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 @@ 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