From: Wouter Wijngaards Date: Fri, 10 Jun 2016 09:33:27 +0000 (+0000) Subject: - do not delete service.conf on windows uninstall. X-Git-Tag: release-1.5.10~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b14eb5b4ab32864becfad954feff1415f6a5dce;p=thirdparty%2Funbound.git - do not delete service.conf on windows uninstall. git-svn-id: file:///svn/unbound/trunk@3778 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index d9a754af9..398f961e0 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -4,6 +4,7 @@ so that include: file below that is relative to that directory. With chroot, make the directory an absolute path inside chroot. - keep debug symbols in windows build. + - do not delete service.conf on windows uninstall. 9 June 2016: Wouter - Trunk is called 1.5.10 (with previous fixes already in there to 2 diff --git a/winrc/setup.nsi b/winrc/setup.nsi index 15735933a..d70c56b65 100644 --- a/winrc/setup.nsi +++ b/winrc/setup.nsi @@ -188,7 +188,8 @@ section "un.Unbound" Delete "$INSTDIR\anchor-update.exe" Delete "$INSTDIR\unbound-control-setup.cmd" 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\example.conf" Delete "$INSTDIR\Changelog"