]> git.sur5r.net Git - bacula/bacula/commitdiff
Apply Eric's fix for client name editing on RunScripts.
authorKern Sibbald <kern@sibbald.com>
Wed, 3 Jan 2007 19:47:06 +0000 (19:47 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 3 Jan 2007 19:47:06 +0000 (19:47 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3911 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ChangeLog
bacula/src/dird/ua_run.c
bacula/src/version.h
bacula/technotes-1.39

index b5ac73863bd6b80d78d943c5ee4a06a29a0b7194..7ce9931d839544a153598b29d21d638ca1b55e76 100644 (file)
@@ -3,6 +3,7 @@
 General:
 Version 2.0.0 released: 4 January 2007
 03Jan07
+kes  Apply Eric's fix for client name editing on RunScripts.
 kes  Fix an incorrect dbcheck reference to Id.
 
 Version 1.39.34 Released:
index c5a271c84ed6d53009cc70f5ce9d2387f0bb513d..9da828ad0659e0e3d60b62c06099a6a7bf84bff2 100644 (file)
@@ -9,7 +9,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2001-2006 Free Software Foundation Europe e.V.
+   Copyright (C) 2001-2007 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
@@ -467,6 +467,7 @@ int run_cmd(UAContext *ua, const char *cmd)
    jcr->pool = pool;
    set_rwstorage(jcr, &store);
    jcr->client = client;
+   pm_strcpy(jcr->client_name, client->name());
    jcr->fileset = fileset;
    jcr->ExpectedFiles = files;
    if (catalog != NULL) {
index 0bc4ba52314fff6e17b30c45399b016221d89548..0f86eebf07442fab161a68382d368e33329f3dd1 100644 (file)
@@ -4,16 +4,16 @@
 
 #undef  VERSION
 #define VERSION "2.0.0"
-#define BDATE   "28 December 2006"
-#define LSMDATE "28Dec06"
+#define BDATE   "04 January 2007"
+#define LSMDATE "04Jan07"
 
-#define PROG_COPYRIGHT "Copyright (C) %d-2006 Free Software Foundation Europe e.V.\n"
-#define BYEAR "2006"       /* year for copyright messages in progs */
+#define PROG_COPYRIGHT "Copyright (C) %d-2007 Free Software Foundation Europe e.V.\n"
+#define BYEAR "2007"       /* year for copyright messages in progs */
 
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2006 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2007 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
index aab030f6cd5199c8bde4e62c64324872113e04d4..484fe7a345dfa6046ae3589368b11bb70530eebe 100644 (file)
@@ -3,6 +3,7 @@
 General:
 Version 2.0.0 released: 4 January 2007
 03Jan07
+kes  Apply Eric's fix for client name editing on RunScripts.
 kes  Fix an incorrect dbcheck reference to Id.
 
 Version 1.39.34 released: