]> git.sur5r.net Git - bacula/bacula/commitdiff
Final changes
authorKern Sibbald <kern@sibbald.com>
Mon, 21 Aug 2006 17:12:28 +0000 (17:12 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 21 Aug 2006 17:12:28 +0000 (17:12 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3327 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/win32/installer/winbacula.nsi
bacula/technotes-1.39

index 620ba5c56e600b0366a329d35eacb1865ec11d6d..42f503696fc1ef1bc1d0b3e075d1905603cd3115 100644 (file)
@@ -845,7 +845,7 @@ Function InstallDaemon
 
     ${If} $3 = 1  
       ${If} $OsIsNT = 1
-        Exec 'net start bacula'
+        Exec 'net start baculafd'
         Sleep 3000
       ${Else}
         Exec '"$INSTDIR\bin\$0.exe" -c "$APPDATA\Bacula\$0.conf"'
index 6589bf53e64d1916d7fb183092f4a23b9bb246ab..630d67a460c68865166c8f8a10b817f42fab233b 100644 (file)
@@ -1,6 +1,8 @@
               Technical notes on version 1.39  
 
 General:
+21Aug06
+kes  Fix Win32 build (new entrypoint, start baculafd).
 20Aug06
 kes  Add -n option to bconsole to turn off conio.
 kes  Print JobIds to be migrated in Job Report.