]> git.pld-linux.org Git - packages/bacula.git/commitdiff
- updated to 2.0.0
authorJarosław Kruk <jareq@pld-linux.org>
Fri, 5 Jan 2007 11:45:35 +0000 (11:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bacula-compile.patch -> 1.3
    bacula-wx28.patch -> 1.2

bacula-compile.patch
bacula-wx28.patch

index cc64210c2a00b979b5fa8c1fecc1377440438b33..085c80fd845aab98acbac70f7ec5e1c4cb2ab47f 100644 (file)
@@ -1,77 +1,11 @@
---- bacula-1.38.11/src/console/console.c.orig  2006-10-20 08:02:49.000000000 +0000
-+++ bacula-1.38.11/src/console/console.c       2006-10-20 08:03:04.000000000 +0000
-@@ -47,7 +47,7 @@
- #ifdef HAVE_CYGWIN
- int rl_catch_signals;
- #else
+--- bacula-2.0.0/src/console/console.c.orig    2006-11-27 11:02:59.000000000 +0100
++++ bacula-2.0.0/src/console/console.c 2007-01-05 09:57:26.000000000 +0100
+@@ -57,7 +57,7 @@
+ /* Exported variables */
 -extern int rl_catch_signals;
 +extern "C" int rl_catch_signals;
- #endif
  
  /* Imported functions */
-@@ -75,7 +75,7 @@
- static BSOCK *UA_sock = NULL;
- static DIRRES *dir;
- static FILE *output = stdout;
--static bool tee = false;                  /* output to output and stdout */
-+static bool bacula_tee = false;                  /* output to output and stdout */
- static bool stop = false;
- static int argc;
- static int numdir;
-@@ -702,7 +702,7 @@
- {
-    int len;
-    if (!stop) {
--      if (output == stdout || tee) {
-+      if (output == stdout || bacula_tee) {
-          sendit(prompt);
-       }
-    }
-@@ -781,14 +781,14 @@
- /* Send output to both termina and specified file */
- static int teecmd(FILE *input, BSOCK *UA_sock)
- {
--   tee = true;
-+   bacula_tee = true;
-    return do_outputcmd(input, UA_sock);
- }
- /* Send output to specified "file" */
- static int outputcmd(FILE *input, BSOCK *UA_sock)
- {
--   tee = false;
-+   bacula_tee = false;
-    return do_outputcmd(input, UA_sock);
- }
-@@ -806,7 +806,7 @@
-       if (output != stdout) {
-          fclose(output);
-          output = stdout;
--         tee = false;
-+         bacula_tee = false;
-       }
-       return 1;
-    }
-@@ -865,7 +865,7 @@
- void sendit(const char *buf)
- {
- #ifdef xHAVE_CONIO
--    if (output == stdout || tee) {
-+    if (output == stdout || bacula_tee) {
-        char *p, *q;
-        /*
-         * Here, we convert every \n into \r\n because the
-@@ -890,10 +890,10 @@
-     fputs(buf, output);
-     fflush(output);
--    if (tee) {
-+    if (bacula_tee) {
-        fputs(buf, stdout);
-     }
--    if (output != stdout || tee) {
-+    if (output != stdout || bacula_tee) {
-        fflush(stdout);
-     }
- #endif
+ int authenticate_director(JCR *jcr, DIRRES *director, CONRES *cons);
index 9afc07c986e05728f28520b358df6a02f993d56a..35260fde674b9ff084f94365bdb3669d86190b92 100644 (file)
@@ -1,9 +1,9 @@
---- bacula-1.38.11/src/wx-console/wxbrestorepanel.cpp.orig     2006-12-24 11:56:01.000000000 +0000
-+++ bacula-1.38.11/src/wx-console/wxbrestorepanel.cpp  2006-12-24 11:56:24.000000000 +0000
-@@ -64,6 +64,7 @@
+--- bacula-2.0.0/src/wx-console/wxbrestorepanel.cpp.orig       2007-01-05 08:51:03.000000000 +0100
++++ bacula-2.0.0/src/wx-console/wxbrestorepanel.cpp    2007-01-05 08:51:38.000000000 +0100
+@@ -80,6 +80,7 @@
+ #include "unmarked.xpm"
  #include "marked.xpm"
  #include "partmarked.xpm"
 +#include <wx/imaglist.h>
  #include <wx/listimpl.cpp>
  
This page took 0.554377 seconds and 4 git commands to generate.