1#!/bin/sh
2#
3#	Shell script to start the dnssec-signer
4#	command out of the view directory
5#
6
7ZKT_CONFFILE=`pwd`/dnssec.conf ../../dnssec-signer -V extern "$@"
8