Blame | Last modification | View Log | Download | RSS feed
#! /bin/bash
# retrieves all domains whose zone files are not in the directories
# SEC and DYN
# In our system, by convention, these are domains for which this server
# is the master
echo "Following files are not dynamic or SEC"
grep "^\\s*file" /var/bind9/chroot/etc/bind/named.conf.local | grep -v SEC | grep -v DYN | cut -d'"' -f2
Generated by GNU Enscript 1.6.5.90.