changeset 68:4ace60b88ec0 draft

export now hijacks tech-c
author Nick <nick@somerandomnick.ano>
date Sun, 27 Jun 2010 16:49:59 +0000
parents e8e0adb25a6d
children 24ef080ed2fa
files scripts/export/dn42_registry
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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