Added Documentation, Scrut-fixes

This commit is contained in:
f0o
2015-01-17 14:09:59 +00:00
parent e4a1ff5b7c
commit c9dcc96649
5 changed files with 35 additions and 6 deletions

View File

@@ -13,7 +13,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
echo "<<<bind>>>"
> /etc/bind/named.stats
rndc stats && cat /etc/bind/named.stats
stats="/etc/bind/named.stats"
echo "<<<bind>>>"
> $stats
rndc stats && cat $stats