]> git.sur5r.net Git - bacula/bacula/commitdiff
kes Tweaked Win32 installer to remove temp conf files at uninstall time.
authorKern Sibbald <kern@sibbald.com>
Mon, 16 Jul 2007 15:25:52 +0000 (15:25 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 16 Jul 2007 15:25:52 +0000 (15:25 +0000)
     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

bacula/kernstodo
bacula/technotes-2.1

index 7beeb1ac175e3f778eca3b8e7de6cb9ff01373c6..7b3567524a3397a33a25bbcf4ca1b29af2e57437 100644 (file)
@@ -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.
-
index 0f70d18a46de889758708c909cbfa98ec47c4577..bb59f6e18b14cb21d8c26c825a4841117efaf9d6 100644 (file)
@@ -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.