repo: resdb
action: commit
revision: 
path_from: 
revision_from: bb9dc0c1f42ec6d42fc283c880652302b2d5b13d:
path_to: 
revision_to: 
git.thebackupbox.net
resdb
git clone git://git.thebackupbox.net/resdb
commit bb9dc0c1f42ec6d42fc283c880652302b2d5b13d
Author: pragmo 
Date:   Thu Aug 5 02:45:46 2010 +0200

    Modification of scripts/nameserver_autogen/dnsmasq_tld_conffile

diff --git a/scripts/nameserver_autogen/dnsmasq_tld_conffile b/scripts/nameserver_autogen/dnsmasq_tld_conffile
old mode 100644
new mode 100755
index a9eb16c5ba2639a90b44bad1e0409a4c8e62c878..e7d3fb6cc3dac712a403d0761dd25a3c4d10fa2c
--- a/scripts/nameserver_autogen/dnsmasq_tld_conffile
+++ b/scripts/nameserver_autogen/dnsmasq_tld_conffile
@@ -1,6 +1,8 @@
 #!/bin/bash
 #Remember to redirect the output into some file!

+sh scripts/check_db_safety || exit 1
+
 for tld in $(ls db/dom/); do 
 	for domain in $(ls db/dom/${tld}/); do 
 		for ns in $(cat db/dom/${tld}/${domain}/ns/*); do 

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