From: Kern Sibbald Date: Wed, 22 Jun 2005 19:12:20 +0000 (+0000) Subject: - Add Version, ConfigDir, and WorkingDir as Python attributes X-Git-Tag: Release-1.38.0~344 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=20ee58313ef91a9b73af4a878bafe7749ad53f77;p=bacula%2Fdocs - Add Version, ConfigDir, and WorkingDir as Python attributes in the Director. - Implement code (principally for Win32) that on failure to create a file, it will cd into the directory and attempt to create the file using a relative path. This avoids creating files with paths which fail on Win32. - Fix parsing of times and sizes with decimal numbers. - Make free_volume_list() in SD work if vol list is not initialized (./bacula-sd -t). ---