From 170a27dab14b2a2b12f767b4491b204d2a5ddeda Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Mar 04 2013 13:33:19 +0000 Subject: Merge branch 'master' into f18 --- diff --git a/bacula.spec b/bacula.spec index cc5c31c..8ebc047 100644 --- a/bacula.spec +++ b/bacula.spec @@ -3,7 +3,7 @@ Name: bacula Version: 5.2.13 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Cross platform network backup for Linux, Unix, Mac and Windows # See LICENSE for details License: AGPLv3 with exceptions @@ -176,6 +176,7 @@ This package contains the director files. Summary: Bacula storage daemon files Group: System Environment/Daemons Requires: bacula-common%{?_isa} = %{version}-%{release} +Requires: mt-st # Storage backends merged into core. Provides: bacula-storage-common = %{version}-%{release} Obsoletes: bacula-storage-common < 5.2.2-2 @@ -906,6 +907,9 @@ fi %changelog +* Mon Mar 04 2013 Simone Caronni - 5.2.13-6 +- Add mt-st requirement to storage package; update quick start docs. + * Tue Feb 26 2013 Simone Caronni - 5.2.13-5 - Improve documentation. diff --git a/quickstart_mysql.txt b/quickstart_mysql.txt index b7efa59..9d1c1a4 100644 --- a/quickstart_mysql.txt +++ b/quickstart_mysql.txt @@ -48,12 +48,7 @@ and all daemons and consoles in one server. # systemctl start bacula-fd.service # echo status bacula-fd | bconsole -6) If you don't backup to disk and have a tape library or autochanger, please -also install the magnetic tapes commands: - -# yum -y install mt-st mtx - -7) To grant console access to regular users add the read permission to the +6) To grant console access to regular users add the read permission to the console configuration files. Remember that there is no authentication check; so a user that can launch the console can perform any command. diff --git a/quickstart_postgresql.txt b/quickstart_postgresql.txt index 088f196..8ff6b17 100644 --- a/quickstart_postgresql.txt +++ b/quickstart_postgresql.txt @@ -50,12 +50,7 @@ $ ./grant_bacula_privileges # systemctl start bacula-fd.service # echo status bacula-fd | bconsole -6) If you don't backup to disk and have a tape library or autochanger, please -also install the magnetic tapes commands: - -# yum -y install mt-st mtx - -7) To grant console access to regular users add the read permission to the +6) To grant console access to regular users add the read permission to the console configuration files. Remember that there is no authentication check; so a user that can launch the console can perform any command. diff --git a/quickstart_sqlite3.txt b/quickstart_sqlite3.txt index 75022ea..0985f29 100644 --- a/quickstart_sqlite3.txt +++ b/quickstart_sqlite3.txt @@ -45,12 +45,7 @@ and all daemons and consoles in one server. # systemctl start bacula-fd.service # echo status bacula-fd | bconsole -6) If you don't backup to disk and have a tape library or autochanger, please -also install the magnetic tapes commands: - -# yum -y install mt-st mtx - -7) To grant console access to regular users add the read permission to the +6) To grant console access to regular users add the read permission to the console configuration files. Remember that there is no authentication check; so a user that can launch the console can perform any command.