]> mj.ucw.cz Git - nsc-5.git/blobdiff - bin/nsconfig
NEWS: Fix a typo
[nsc-5.git] / bin / nsconfig
index b891206934729ab39940d01fbc331b2f30025546..229dc3619f12ca8bec5d4e88866f219911d1eef0 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # NSC -- Makefile & Config file build script
 #!/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
 
 
 set -e
 
@@ -12,8 +12,7 @@ if [ ! -f $DOMAINS ] ; then
        exit 1
        fi
 
        exit 1
        fi
 
-mkdir -p zone bak hash ver
+mkdir -p zone bak hash ver keys khash dss tmp
 $M4 m4/mkconf.m4 $DOMAINS >named.conf
 $M4 m4/mkmf.m4 $DOMAINS >Makefile
 $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