mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix for #720, fix unbound-control-setup windows batch file.
git-svn-id: file:///svn/unbound/trunk@3550 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
84cf2c8afd
commit
2c36a9a8bf
2 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
25 November 2015: Wouter
|
||||||
|
- Fix for #720, fix unbound-control-setup windows batch file.
|
||||||
|
|
||||||
24 November 2015: Wouter
|
24 November 2015: Wouter
|
||||||
- Fix #720: add windows scripts to zip bundle.
|
- Fix #720: add windows scripts to zip bundle.
|
||||||
- iana portlist update.
|
- iana portlist update.
|
||||||
|
|
|
||||||
|
|
@ -72,10 +72,10 @@ if /I "%arg%"=="-d" set DESTDIR=%2
|
||||||
|
|
||||||
rem go!:
|
rem go!:
|
||||||
echo setup in directory %DESTDIR%
|
echo setup in directory %DESTDIR%
|
||||||
cd %$DESTDIR%
|
cd %DESTDIR%
|
||||||
|
|
||||||
rem create certificate keys; do not recreate if they already exist.
|
rem create certificate keys; do not recreate if they already exist.
|
||||||
if exist $SVR_BASE.key (
|
if exist %SVR_BASE%.key (
|
||||||
echo %SVR_BASE%.key exists
|
echo %SVR_BASE%.key exists
|
||||||
goto next
|
goto next
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue