[bacula/f17: 1/2] Update readme

Simone Caronni slaanesh at fedoraproject.org
Wed Jun 6 18:03:23 UTC 2012


commit 763fb252ab32a24432709257acbde25791fe50af
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Wed Jun 6 20:02:57 2012 +0200

    Update readme

 README.Fedora |   31 ++++++++-----------------------
 1 files changed, 8 insertions(+), 23 deletions(-)
---
diff --git a/README.Fedora b/README.Fedora
index fdd6e93..d6bfd29 100644
--- a/README.Fedora
+++ b/README.Fedora
@@ -10,32 +10,17 @@
 - GZIP/LZO compression (where supported).
 - Static uid/gid of 133 (see "setup" package).
 - No usermode / fedora-usermgmt stuff in the console packages.
+- Docs no longer an arch specific subpackage.
+- SQL libraries needed only by Director and Storage daemons.
+- Tab completion for bconsole.
 
 ======== PostgreSQL, MySQL and SQLite databases
 
 Bacula director supports different databases backends, if you want to switch
 away from the default PostgreSQL one you need to change the "libbaccats" (the
-catalogue library) symlink to the real library. The following examples use
-version 5.2.5, substitute it with the version you have installed.
+catalogue library) symlink to the real library.
 
-Show the current database backend:
-
-# alternatives --display libbaccats.so
-libbaccats.so - status is manual.
- link currently points to /usr/lib64/libbaccats-postgresql-5.2.5.so
-/usr/lib64/libbaccats-mysql-5.2.5.so - priority 50
- slave libbaccats-5.2.5.so: /usr/lib64/libbaccats-mysql-5.2.5.so
-/usr/lib64/libbaccats-sqlite3-5.2.5.so - priority 40
- slave libbaccats-5.2.5.so: /usr/lib64/libbaccats-sqlite3-5.2.5.so
-/usr/lib64/libbaccats-postgresql-5.2.5.so - priority 60
- slave libbaccats-5.2.5.so: /usr/lib64/libbaccats-postgresql-5.2.5.so
-Current `best' version is /usr/lib64/libbaccats-postgresql-5.2.5.so.
-
-To change to a different backend (i.e. MySQL), issue the following command:
-
-# alternatives --set libbaccats.so /usr/lib64/libbaccats-mysql-5.2.5.so
-
-Or this one to view the various options:
+To change to a different backend, issue the following command:
 
 # alternatives --config libbaccats.so
 
@@ -43,9 +28,9 @@ There are 3 programs which provide 'libbaccats.so'.
 
   Selection    Command
 -----------------------------------------------
-   1           /usr/lib64/libbaccats-mysql-5.2.5.so
-   2           /usr/lib64/libbaccats-sqlite3-5.2.5.so
-*+ 3           /usr/lib64/libbaccats-postgresql-5.2.5.so
+   1           /usr/lib64/libbaccats-mysql.so
+   2           /usr/lib64/libbaccats-sqlite3.so
+*+ 3           /usr/lib64/libbaccats-postgresql.so
 
 Enter to keep the current selection[+], or type selection number: 1
 


More information about the scm-commits mailing list