From a1d03d8e503906c55fe9fea39dd06597e672030e Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 21 Aug 2006 17:12:28 +0000 Subject: [PATCH] Final changes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3327 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/win32/installer/winbacula.nsi | 2 +- bacula/technotes-1.39 | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bacula/src/win32/installer/winbacula.nsi b/bacula/src/win32/installer/winbacula.nsi index 620ba5c56e..42f503696f 100644 --- a/bacula/src/win32/installer/winbacula.nsi +++ b/bacula/src/win32/installer/winbacula.nsi @@ -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"' diff --git a/bacula/technotes-1.39 b/bacula/technotes-1.39 index 6589bf53e6..630d67a460 100644 --- a/bacula/technotes-1.39 +++ b/bacula/technotes-1.39 @@ -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. -- 2.39.5