]> mj.ucw.cz Git - nsc-5.git/blobdiff - bin/nsconfig
DNSSEC: Key management scripts
[nsc-5.git] / bin / nsconfig
index 14d34ed8431183789ac9c0c777b902a235f20e37..676651d314621f76aabb6e17fabc6efbd6885531 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # NSC -- Makefile & Config file build script
-# (c) 1997--2008 Martin Mares <mj@ucw.cz>
+# (c) 1997--2019 Martin Mares <mj@ucw.cz>
 
 set -e
 
@@ -12,7 +12,7 @@ if [ ! -f $DOMAINS ] ; then
        exit 1
        fi
 
+mkdir -p zone bak hash ver keys dss
 $M4 m4/mkconf.m4 $DOMAINS >named.conf
 $M4 m4/mkmf.m4 $DOMAINS >Makefile
-$M4 -DM4=$M4 m4/mkgenzone.m4 >bin/genzone
-chmod +x bin/genzone
+$M4 -DM4=$M4 m4/mkshell-env.m4 >bin/shell-env