]> git.sur5r.net Git - bacula/bacula/commit
Display more informative message when a device was not
authorKern Sibbald <kern@sibbald.com>
Tue, 1 Feb 2005 08:13:21 +0000 (08:13 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 1 Feb 2005 08:13:21 +0000 (08:13 +0000)
commitd44ad3cc81b356f09efd479d2f236ffce0bdd9a7
tree909bfdcfa6cf2ab9266ab1441f1484e748fb2a82
parentda8584df92d56dd3cbf3c9a7563b22d8335ba219
Display more informative message when a device was not
  found or could not be opened.
- Add the sqlite3 database scripts.
- Add some patches for 1.36.1 (note, I have now prepared
  a 1.36.2 with all the patches and some new features --
  to be documented).
- Some minor doc updates.
- Add Arno's baculareport.pl script to the examples directory.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1807 91ce42f0-d328-0410-95d8-f526ca767f89
16 files changed:
bacula/examples/baculareport.pl [new file with mode: 0755]
bacula/kernstodo
bacula/patches/1.36.1-acl.patch [new file with mode: 0644]
bacula/patches/patches-1.36.1
bacula/src/cats/.cvsignore
bacula/src/cats/create_sqlite3_database.in [new file with mode: 0644]
bacula/src/cats/drop_sqlite3_database.in [new file with mode: 0644]
bacula/src/cats/drop_sqlite3_tables.in [new file with mode: 0644]
bacula/src/cats/grant_sqlite3_privileges.in [new file with mode: 0644]
bacula/src/cats/make_sqlite3_tables.in [new file with mode: 0644]
bacula/src/cats/update_sqlite3_tables.in [new file with mode: 0755]
bacula/src/dird/dird.c
bacula/src/stored/job.c
bacula/src/stored/mount.c
bacula/src/stored/status.c
bacula/src/version.h