#!/bin/sh

recctrl=`which rec_control`

if [ $? -eq 0 ]
then
  echo '<<<app-powerdns-recursor>>>'
  $recctrl get-all
fi
