repo: resdb
action: commit
revision: 
path_from: 
revision_from: ba85e938b1cfe76af370e91728fc0812f539cfb7:
path_to: 
revision_to: 
git.thebackupbox.net
resdb
git clone git://git.thebackupbox.net/resdb
commit ba85e938b1cfe76af370e91728fc0812f539cfb7
Author: Nick 
Date:   Sun Sep 25 23:50:38 2011 +0000

    same bugfix (thx d3v11)

diff --git a/scripts/nameserver_autogen/tinydns_tld_datafile b/scripts/nameserver_autogen/tinydns_tld_datafile
index 016d4f0595bd74ff14871d11fa304af5014d75f3..
index ..5896aa224cba5b6c2f6f4be75ff49dde910e0a72 100755
--- a/scripts/nameserver_autogen/tinydns_tld_datafile
+++ b/scripts/nameserver_autogen/tinydns_tld_datafile
@@ -29,7 +29,6 @@ for tld in db/ip/?? ; do
 done
 for tld in db/dom/* ; do
  tldname="$(basename $tld)"
- echo "+$tldsrvrname:$tldsrvrip:3600"
  echo ".$tldname::$tldsrvrname"
  for zone in $tld/* ; do
   for ns in $zone/ns/* ; do

-----END OF PAGE-----