]> git.sur5r.net Git - bacula/bacula/commit
- Remove the -f option from the chown in Makefile.in for more
authorKern Sibbald <kern@sibbald.com>
Tue, 18 Apr 2006 10:20:35 +0000 (10:20 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 18 Apr 2006 10:20:35 +0000 (10:20 +0000)
commit165798ab74f6a5b70d0084ee4ec36e7fb2c2a786
treed7654c64fe8cef0c98f2396af4655439f6be61a7
parent20729fb250e645e2f9b75a3b896b5728588b3dd3
- Remove the -f option from the chown in Makefile.in for more
  portability.
- Change setting the group in Makefile.in to use chgrp for
  more portability.
- Implement a write_store and read_store to replace
  dirstore in reserve.c
- Implement a Bacula read/write lock for Python rather
  than using the Python lock to avoid recursive problems.
- Correct the uninstall directory names in filed/Makefile.in
  as reported by a user.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2939 91ce42f0-d328-0410-95d8-f526ca767f89
14 files changed:
bacula/Makefile.in
bacula/kes-1.39
bacula/src/dird/migrate.c
bacula/src/dird/pythondir.c
bacula/src/filed/Makefile.in
bacula/src/filed/pythonfd.c
bacula/src/jcr.h
bacula/src/lib/protos.h
bacula/src/lib/pythonlib.c
bacula/src/stored/job.c
bacula/src/stored/pythonsd.c
bacula/src/stored/reserve.c
bacula/src/stored/reserve.h
bacula/src/version.h