From: Kern Sibbald Date: Mon, 16 Jul 2007 15:25:52 +0000 (+0000) Subject: kes Tweaked Win32 installer to remove temp conf files at uninstall time. X-Git-Tag: Release-7.0.0~5993 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=21d075707304040872dbb5ce705485f0640df11f;p=bacula%2Fbacula kes Tweaked Win32 installer to remove temp conf files at uninstall time. This should fix bug #842. Made a note to look at removing the temp files at the end of the install. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5188 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/kernstodo b/bacula/kernstodo index 7beeb1ac17..7b3567524a 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -1,5 +1,5 @@ Kern's ToDo List - 29 June 2007 + 16 July 2007 Document: @@ -58,6 +58,8 @@ Professional Needs: http://www.microsoft.com/technet/itshowcase/content/exchbkup.mspx Priority: +- Remove all install temp files in Win32 PLUGINSDIR. +- Audit retention periods to make sure everything is 64 bit. - Use E'xxx' to escape PostgreSQL strings. - No where in restore causes kaboom. - Performance: multiple spool files for a single job. @@ -1759,4 +1761,3 @@ Block Position: 0 does the right thing. - FD-SD quick disconnect - Building the in memory restore tree is slow. - diff --git a/bacula/technotes-2.1 b/bacula/technotes-2.1 index 0f70d18a46..bb59f6e18b 100644 --- a/bacula/technotes-2.1 +++ b/bacula/technotes-2.1 @@ -2,6 +2,9 @@ General: 16Jul07 +kes Tweaked Win32 installer to remove temp conf files at uninstall time. + This should fix bug #842. Made a note to look at removing the temp + files at the end of the install. kes Add ability to mount and unmount a file device providing it is marked as being removable and has the appropriate mount and unmount commands defined in the Device resource. This fixes bug #830.