]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl update conio notes
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 23 Aug 2006 19:52:34 +0000 (19:52 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 23 Aug 2006 19:52:34 +0000 (19:52 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3351 91ce42f0-d328-0410-95d8-f526ca767f89

gui/brestore/README

index aa9107921e4e583859b4d207e1dc78239a290b61..88894f001c0460f41767477d84c2a31a45a65854 100644 (file)
@@ -73,19 +73,8 @@ install DBD::Pg
 
 ################ BCONSOLE WITHOUT CONIO ########################
 
-For now, we have problems interfacing with bconsole when it's using conio. So
-you'll have to disable it.
-
-./configure <your-other-options> --disable-conio
-cd src/lib
-make
-cd ..
-cd console
-make
-cp bconsole <your_destination>
-
-Of course, you don't need to overwrite your current bconsole. You can put this
-one wherever you like and dedicate it to brestore.
+You must use bconsole without conio support. For that, use
+bconsole -n option.
 
 WARNING : You must be able to execute bconsole and able to read bconsole.conf !