From 28381890cc2f6b95484f16bb8656ba8bfb2cd0d5 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 20 Jan 2010 15:16:43 +0100 Subject: [PATCH] Remove GNOME console from manual --- docs/manuals/en/main/general.tex | 2 +- docs/manuals/en/main/install.tex | 32 +++++++---------------------- docs/manuals/en/main/quickstart.tex | 7 +------ 3 files changed, 9 insertions(+), 32 deletions(-) diff --git a/docs/manuals/en/main/general.tex b/docs/manuals/en/main/general.tex index ab0f100b..dc8740bf 100644 --- a/docs/manuals/en/main/general.tex +++ b/docs/manuals/en/main/general.tex @@ -78,7 +78,7 @@ Director, Console, File, Storage, and Monitor services. The Bacula Console service is the program that allows the administrator or user to communicate with the Bacula Director Currently, the Bacula Console is available in three versions: - text-based console interface, GNOME-based interface, and a + text-based console interface, QT-based interface, and a wxWidgets graphical interface. The first and simplest is to run the Console program in a shell window (i.e. TTY interface). Most system administrators will find this diff --git a/docs/manuals/en/main/install.tex b/docs/manuals/en/main/install.tex index d4ca80a9..75f554e7 100644 --- a/docs/manuals/en/main/install.tex +++ b/docs/manuals/en/main/install.tex @@ -774,12 +774,6 @@ $ nm /usr/local/lib/libpq.a | grep mutex Bacula always links to the thread safe MySQL libraries. - As a default, Bacula runs SQLite3 with {\bf PRAGMA synchronous=OFF} - because it improves performance by more than 30 times. However, it - increases the possibility of a corrupted database. If you want more - security, please modify src/version.h appropriately (it should be - obvious when you look at the file). - Running with Batch Insert turned on is recommended because it can significantly improve attribute insertion times. However, it does put a significantly larger part of the work on your SQL engine, so @@ -790,20 +784,13 @@ $ nm /usr/local/lib/libpq.a | grep mutex want to increase the memory available to your SQL engine to further improve performance during Batch Inserts. -\item [ {-}{\-}enable-gnome ] - \index[general]{{-}{\-}enable-gnome} - If you have GNOME installed on your computer including the - GNOME development libraries, and you want to use the - GNOME GUI Console interface to Bacula, you must specify this option. - Doing so will build everything in the {\bf src/gnome2-console} directory. - \item [ {-}{\-}enable-bwx-console ] \index[general]{{-}{\-}enable-bwx-console} If you have wxWidgets installed on your computer and you want to use the wxWidgets GUI Console interface to Bacula, you must specify this option. Doing so will build everything in the {\bf src/wx-console} directory. This could also be useful to users who want a GUI Console and don't want - to install GNOME, as wxWidgets can work with GTK+, Motif or even X11 + to install QT, as wxWidgets can work with GTK+, Motif or even X11 libraries. \item [ {-}{\-}enable-tray-monitor ] @@ -887,10 +874,10 @@ $ nm /usr/local/lib/libpq.a | grep mutex \item [ {-}{\-}enable-static-cons] \index[general]{{-}{\-}enable-static-cons} - This option causes the make process to build a {\bf static-console} and - a {\bf static-gnome-console} in addition to the standard console. This - static version will include statically linked libraries and could be - useful during a Bare Metal recovery. + This option causes the make process to build a {\bf static-console} in + addition to the standard console. This static version will include + statically linked libraries and could be useful during a Bare Metal + recovery. When linking a static binary, the linker needs the static versions of all the libraries that are used, so frequently users will @@ -1285,7 +1272,6 @@ CFLAGS="-g -Wall" ./configure \ --with-working-dir=$HOME/bacula/working --with-pid-dir=$HOME/bacula/bin/working \ --with-subsys-dir=$HOME/bacula/bin/working - --enable-gnome \ --enable-conio \end{verbatim} \normalsize @@ -1426,7 +1412,6 @@ CFLAGS="-g -Wall" \ --sysconfdir=$HOME/bacula/bin \ --mandir=$HOME/bacula/bin \ --enable-smartalloc \ - --enable-gnome \ --enable-bat \ --enable-bwx-console \ --enable-tray-monitor \ @@ -1601,9 +1586,8 @@ going to run it to backup your system. After doing a {\bf make install} the following files will be installed on your system (more or less). The exact files and location (directory) for each file -depends on your {\bf ./configure} command (e.g. bgnome-console and -bgnome-console.conf are not installed if you do not configure GNOME. Also, if -you are using SQLite instead of MySQL, some of the files will be different). +depends on your {\bf ./configure} command (e.g. if you are using SQLite instead +of MySQL, some of the files will be different). NOTE: it is quite probable that this list is out of date. But it is a starting point. @@ -1632,8 +1616,6 @@ dbcheck delete_catalog_backup drop_bacula_tables drop_mysql_tables -bgnome-console -bgnome-console.conf make_bacula_tables make_catalog_backup make_mysql_tables diff --git a/docs/manuals/en/main/quickstart.tex b/docs/manuals/en/main/quickstart.tex index e99a0189..b43e1402 100644 --- a/docs/manuals/en/main/quickstart.tex +++ b/docs/manuals/en/main/quickstart.tex @@ -130,10 +130,6 @@ The Console configuration file is found in the directory specified on the {\bf \verb:--:sysconfdir} option that you specified on the {\bf ./configure} command and by default is named {\bf bconsole.conf}. -If you choose to build the GNOME console with the {\bf -\verb:--:enable-gnome} option, you also find a default configuration file -for it, named {\bf bgnome-console.conf}. - The same applies to the wxWidgets console, which is build with the {\bf \verb:--:enable-bwx-console} option, and the name of the default configuration file is, in this case, {\bf bwx-console.conf}. @@ -289,7 +285,6 @@ cd ./bacula-fd -t -c bacula-fd.conf ./bacula-sd -t -c bacula-sd.conf ./bconsole -t -c bconsole.conf -./bgnome-console -t -c bgnome-console.conf ./bwx-console -t -c bwx-console.conf ./bat -t -c bat.conf su -c "./bacula-tray-monitor -t -c tray-monitor.conf" @@ -317,7 +312,7 @@ standard SCSI tape drive on a Linux or Solaris, most likely it will work, but better test than be sorry. For FreeBSD (and probably other xBSD flavors), reading the above mentioned tape testing chapter is a must. Also, for FreeBSD, please see \elink{The FreeBSD -Diary}{\url{http://www.freebsddiary.org/bacula.php}} for a detailed description +Diary}{http://www.freebsddiary.org/bacula.php} for a detailed description %TODO: fix elink so it shows URL in PDF on how to make Bacula work on your system. In addition, users of FreeBSD prior to 4.9-STABLE dated Mon Dec 29 15:18:01 2003 UTC who plan to use tape -- 2.39.5