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
etc/services - sync with NetBSD-8
[minix.git]
/
external
/
bsd
/
bind
/
dist
/
contrib
/
zkt-1.1.2
/
examples
/
flat
/
zkt-ls
blob
c784a8684bdec7f301c85537d6a7ec4c5779eae2
1
#!/bin/sh
2
#
3
# Shell script to start the zkt-ls command
4
# 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-ls
"$@"