No empty .Rs/.Re
[netbsd-mini2440.git] / external / bsd / bind / dist / contrib / zkt / examples / flat / dnssec-signer.sh
blob435909dce121ca319298c41b17c8c664e164770c
1 #!/bin/sh
3 # Shell script to start the dnssec-signer
4 # command out of the example directory
7 chroot `pwd` ZKT_CONFFILE=`pwd`/dnssec.conf ../../dnssec-signer "$@"
9 if test ! -f dnssec.conf
10 then
11 echo Please start this skript out of the flat or hierarchical sub directory
12 exit 1
14 ZKT_CONFFILE=`pwd`/dnssec.conf ../../dnssec-signer "$@"