repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
external
/
bsd
/
bind
/
dist
/
contrib
/
zkt-1.1.2
/
examples
/
flat
/
zkt-signer
blob
12fc92656584b08ffda2739d762086ae5e80295d
1
#!/bin/sh
2
#
3
# Shell script to start the zkt-signer
4
# command out of the example directory
5
#
6
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
11
fi
12
ZKT_CONFFILE
=
`pwd`
/
dnssec.conf ..
/
..
/
zkt-signer
"$@"