[bacula] Small README.Fedora changes

Simone Caronni slaanesh at fedoraproject.org
Thu Jan 5 11:03:07 UTC 2012


commit c644a6d932e48019f2865e9a5d53071f0867470e
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Wed Jan 4 23:39:45 2012 +0100

    Small README.Fedora changes

 README.Fedora |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/README.Fedora b/README.Fedora
index cfce259..8f97efa 100644
--- a/README.Fedora
+++ b/README.Fedora
@@ -1,21 +1,22 @@
 ======== Features
 
-- Components: bat, bconsole, bacula-tray-monitor, director, storage daemon,
-  client, docs, Nagios plugin.
+- Standard components: director, storage, client, docs, bconsole.
+- Graphical components: bat, bacula-tray-monitor (where supported).
+- Nagios plugin.
 - HTML/PDF docs.
 - File Daemon bpipe-fd plugin.
 - POSIX.1e capabilities for File Daemon.
 - Systemd for Fedora 15+.
-- LZO compression.
+- GZIP/LZO compression (where supported).
 - Static uid/gid of 133 (see "setup" package).
-- No usermode / fedora-usermgmt stuff in the packages.
+- No usermode / fedora-usermgmt stuff in the console packages.
 
 ======== 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 uses
-version 5.2.3, substitute them with you running version.
+catalogue library) symlink to the real library. The following examples use
+version 5.2.3, substitute it with the version you have installed.
 
 Show the current database backend:
 
@@ -33,9 +34,8 @@ To change to a different backend (i.e. MySQL), issue the following command:
 
 ======== Quick installation guide with the default PostgreSQL backend
 
-Perform the following commands as root to install Bacula with its default
-configuration and all daemons and consoles in one server. Tune your commands
-accordingly.
+Perform the following commands to install Bacula with its default configuration
+and all daemons and consoles in one server.
 
 1) Install packages
 
@@ -48,10 +48,10 @@ accordingly.
 # systemctl enable postgresql.service
 # systemctl start postgresql.service
 # su - postgres
-# cd /usr/libexec/bacula
-# ./create_bacula_database
-# ./make_bacula_tables
-# ./grant_bacula_privileges
+$ cd /usr/libexec/bacula
+$ ./create_bacula_database
+$ ./make_bacula_tables
+$ ./grant_bacula_privileges
 
 3) Change passwords in /etc/bacula/*conf with something you like
 


More information about the scm-commits mailing list