X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=bin%2Fnsconfig;h=676651d314621f76aabb6e17fabc6efbd6885531;hb=2c5837136158422b198dd306e66f71c4db87182f;hp=9f075e87878fd86f55e8d9cd195520bff7ac7aa0;hpb=e5df2d3d01480afc069e6b0beec967de17356411;p=nsc-5.git diff --git a/bin/nsconfig b/bin/nsconfig index 9f075e8..676651d 100755 --- a/bin/nsconfig +++ b/bin/nsconfig @@ -1,6 +1,6 @@ #!/bin/sh # NSC -- Makefile & Config file build script -# (c) 1997--2003 Martin Mares +# (c) 1997--2019 Martin Mares set -e @@ -12,5 +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 -DM4=$M4 +$M4 m4/mkmf.m4 $DOMAINS >Makefile +$M4 -DM4=$M4 m4/mkshell-env.m4 >bin/shell-env