]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl update
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 10 Dec 2007 17:34:05 +0000 (17:34 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 10 Dec 2007 17:34:05 +0000 (17:34 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6031 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/patches/testing/clientrunaftervss.patch

index 5c49f8b19893a91bbf20bf414d100aed4c4e7684..fae0987b3f4fd23fa69c2f3a2ec65d2e70cd5853 100644 (file)
@@ -21,7 +21,7 @@ Index: src/lib/runscript.c
  
     if (strstr(label, NT_("Before"))) {
        when = SCRIPT_Before;
-+   } else if (bstrcmp(label, NT_("ClientRunAfterVSS"))) {
++   } else if (bstrcmp(label, NT_("ClientAfterVSS"))) {
 +      when = SCRIPT_AfterVSS;
     } else {
        when = SCRIPT_After;