]> git.pld-linux.org Git - packages/bacula.git/commitdiff
- outdated
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Thu, 31 Jul 2008 12:24:11 +0000 (12:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bacula-mount.patch -> 1.2

bacula-mount.patch [deleted file]

diff --git a/bacula-mount.patch b/bacula-mount.patch
deleted file mode 100644 (file)
index c48302d..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-
- This patch causes the SD to try at least once to mount a Volume
- that is not in an Autochanger before asking the operator to
- intervene. Without it, the user must issue a mount command for
- every File based volume that is needed.
-
- Apply to 2.4.1 with the following:
-
- cd <bacula-source>
- patch -p0 <2.4.1-mount.patch
- ./configure <your-options>
- make
- ...
- make install
-
-
-Index: src/stored/mount.c
-===================================================================
---- src/stored/mount.c (revision 7378)
-+++ src/stored/mount.c (working copy)
-@@ -142,7 +142,7 @@
-    } else {
-       autochanger = false;
-       VolCatInfo.Slot = 0;
--      ask = true;
-+      ask = retry >= 2;
-    }
-    Dmsg1(150, "autoload_dev returns %d\n", autochanger);
-    /*
This page took 0.040497 seconds and 4 git commands to generate.