]> git.sur5r.net Git - bacula/docs/commit
Send M_ERROR_TERM and M_ABORT messages to stdout on Windows.
authorRobert Nelson <robertn@the-nelsons.org>
Wed, 11 Oct 2006 22:40:53 +0000 (22:40 +0000)
committerRobert Nelson <robertn@the-nelsons.org>
Wed, 11 Oct 2006 22:40:53 +0000 (22:40 +0000)
commit52d9b097eeb04e9bacd247ed856dfbc1e96091f1
tree7164d90977c3e35b6471aa74782b6bff0ae54798
parent5d4f6af32ac55e9e34368a3e1e2ff423140485b1
Send M_ERROR_TERM and M_ABORT messages to stdout on Windows.

Fix cleanup of spool files on Windows.

Fix Windows 9x compatibility.

Remove /silent option from daemons on Windows.  The new default is the same as the old /silent.  To enable the message boxes that previously were suppressed by /silent you must add /debug instead.

Add new /debug option. This option enables the message boxes that previously were suppressed by the /silent option.  In addition the daemons will open a console window if this option is used.

Fix bug with service not being removed on migrated installs.