]> git.sur5r.net Git - bacula/docs/commit
- Remove timed wait for VSS on Win2K3 as it is not yet
authorKern Sibbald <kern@sibbald.com>
Fri, 7 Apr 2006 08:22:17 +0000 (08:22 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 7 Apr 2006 08:22:17 +0000 (08:22 +0000)
commit868ecf5266b699e01ed40687335b0ddf9648ed38
tree64f9a1c81d9b3a9e0c1673a4f918d1274c586b16
parent39109aa6afe823fb63be8fb13a182cbdbbfeb5c7
- Remove timed wait for VSS on Win2K3 as it is not yet
  implemented.
- Correct bacula.in script to reference bacula-ctl-xx in the
  sysconfig directory rather than the bin directory.
26Mar06
- Fix a long standing bug in the bacula start/stop scripts.
- Attempt to add the new bacula-ctl-* files to the rpm.
- Switch to using typeof() for list traversing to avoid
  as many FC5 g++ compiler warnings as possible.
25Mar06
- Split the bacula start/start script into four files:
   bacula         -- starts and stops calling other scripts
   bacula-ctl-dir -- starts/stops the director
   bacula-ctl-fd  -- starts/stops the File daemon
   bacula-ctl-sd  -- starts/stops the Storage daemon