]> 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)
commit3437805e9bd06253e1ac27069f9321bd5d4f38c3
treead25347d7e48c1be88e4fde2185fac126669edfd
parenta012a57777540a654ed8af4a9ad9310e6072dc14
- 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