]> git.sur5r.net Git - bacula/rescue/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)
commitd7d4aca3beb7b417b632ff8c4eb16ed2eb397d0b
tree8e9468a55c2818c9e1be8006ec76b246ef2f847f
parent8ffe616df6606fb929e3329fcea0f4425b63942c
- 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