]> git.sur5r.net Git - bacula/docs/commitdiff
Remove GNOME console from manual
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 20 Jan 2010 14:16:43 +0000 (15:16 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 20 Jan 2010 14:18:38 +0000 (15:18 +0100)
docs/manuals/en/main/general.tex
docs/manuals/en/main/install.tex
docs/manuals/en/main/quickstart.tex

index ab0f100b1098ab3dba6676cb3c5f64e1d1885196..dc8740bfba1dd5753dcb4a4593bae6f20dfedb77 100644 (file)
@@ -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
index d4ca80a93017f380cf4fa4174e365aaf93a18aec..75f554e7dcdfcb52ee5d8f54852992056ac2083b 100644 (file)
@@ -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
index e99a0189d94bbeb02cbf90c33a02580293ef416b..b43e14025e09dddc3048d7cdc2046c71ff6fd4ee 100644 (file)
@@ -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 <installation-directory>
 ./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 <normal user> -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