update to 9.7.2rc1
[tridge/bind9.git] / contrib / zkt / examples / dnssec-zkt.sh
diff --git a/contrib/zkt/examples/dnssec-zkt.sh b/contrib/zkt/examples/dnssec-zkt.sh
deleted file mode 100755 (executable)
index f3976ce..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-#
-#      Shell script to start the dnssec-zkt command
-#      out of the example directory
-#
-
-if test ! -f dnssec.conf
-then
-       echo Please start this skript out of the flat or hierarchical sub directory
-       exit 1
-fi
-ZKT_CONFFILE=`pwd`/dnssec.conf ../../dnssec-zkt "$@"