No empty .Rs/.Re
[netbsd-mini2440.git] / external / bsd / bind / dist / contrib / zkt / examples / dnssec-signer.sh
blobee4bfc03da1a945bba4a07c004018be1f60c7085
1 #!/bin/sh
3 # Shell script to start the dnssec-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 ../../dnssec-signer "$@"