mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- do not delete service.conf on windows uninstall.
git-svn-id: file:///svn/unbound/trunk@3778 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
b5b5d7bf84
commit
2b14eb5b4a
2 changed files with 3 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
so that include: file below that is relative to that directory.
|
so that include: file below that is relative to that directory.
|
||||||
With chroot, make the directory an absolute path inside chroot.
|
With chroot, make the directory an absolute path inside chroot.
|
||||||
- keep debug symbols in windows build.
|
- keep debug symbols in windows build.
|
||||||
|
- do not delete service.conf on windows uninstall.
|
||||||
|
|
||||||
9 June 2016: Wouter
|
9 June 2016: Wouter
|
||||||
- Trunk is called 1.5.10 (with previous fixes already in there to 2
|
- Trunk is called 1.5.10 (with previous fixes already in there to 2
|
||||||
|
|
|
||||||
|
|
@ -188,7 +188,8 @@ section "un.Unbound"
|
||||||
Delete "$INSTDIR\anchor-update.exe"
|
Delete "$INSTDIR\anchor-update.exe"
|
||||||
Delete "$INSTDIR\unbound-control-setup.cmd"
|
Delete "$INSTDIR\unbound-control-setup.cmd"
|
||||||
Delete "$INSTDIR\unbound-website.url"
|
Delete "$INSTDIR\unbound-website.url"
|
||||||
Delete "$INSTDIR\service.conf"
|
# keep the service.conf with potential local modifications
|
||||||
|
#Delete "$INSTDIR\service.conf"
|
||||||
Delete "$INSTDIR\service.conf.shipped"
|
Delete "$INSTDIR\service.conf.shipped"
|
||||||
Delete "$INSTDIR\example.conf"
|
Delete "$INSTDIR\example.conf"
|
||||||
Delete "$INSTDIR\Changelog"
|
Delete "$INSTDIR\Changelog"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue