etc/services - sync with NetBSD-8
[minix.git] / external / bsd / bind / dist / contrib / zkt-1.1.2 / examples / flat / zkt-signer
blob12fc92656584b08ffda2739d762086ae5e80295d
1 #!/bin/sh
3 # Shell script to start the zkt-signer
4 # command out of the example directory
7 if test ! -f dnssec.conf
8 then
9 echo Please start this skript out of the flat or hierarchical sub directory
10 exit 1
12 ZKT_CONFFILE=`pwd`/dnssec.conf ../../zkt-signer "$@"