]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl works against 1.39.34
authorEric Bollengier <eric@eb.homelinux.org>
Sat, 30 Dec 2006 09:30:03 +0000 (09:30 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sat, 30 Dec 2006 09:30:03 +0000 (09:30 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3860 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/patches/testing/project-include-jobid-in-spool-name.patch [new file with mode: 0644]
bacula/patches/testing/project-include-jobid-in-spool-name.readme [new file with mode: 0644]

diff --git a/bacula/patches/testing/project-include-jobid-in-spool-name.patch b/bacula/patches/testing/project-include-jobid-in-spool-name.patch
new file mode 100644 (file)
index 0000000..d19f13c
--- /dev/null
@@ -0,0 +1,11 @@
+--- my/src/stored/spool.c       2006-12-13 19:02:47.000000000 +0100
++++ cvs/src/stored/spool.c      2006-12-30 10:24:31.000000000 +0100
+@@ -154,8 +154,8 @@
+    } else {
+       dir = working_directory;
+    }
+-   Mmsg(name, "%s/%s.data.%s.%s.spool", dir, my_name, dcr->jcr->Job,
+-        dcr->device->hdr.name);
++   Mmsg(name, "%s/%s.data.%u.%s.%s.spool", dir, my_name, dcr->jcr->JobId,
++        dcr->jcr->Job, dcr->device->hdr.name);
+ }
diff --git a/bacula/patches/testing/project-include-jobid-in-spool-name.readme b/bacula/patches/testing/project-include-jobid-in-spool-name.readme
new file mode 100644 (file)
index 0000000..d02e701
--- /dev/null
@@ -0,0 +1,8 @@
+From: Eric Bollengier <eric at eb dot homelinux dot org >
+
+This patch implement the include JobID in spool file name project
+
+$Log$
+Revision 1.1  2006/12/30 09:30:03  ricozz
+ebl  works against 1.39.34
+