Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Use open_bpipe wrapper in bpipe plugin.
Browse files Browse the repository at this point in the history
Fixes #104: Use open_bpipe wrapper in bpipe plugin.
  • Loading branch information
Marco van Wieringen committed Feb 26, 2013
1 parent 2f24f1a commit 00c17e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/plugin-test-bareos-dir.conf.in
Expand Up @@ -232,8 +232,8 @@ FileSet {
signature=MD5
}
File = <@tmpdir@/file-list
Plugin = "bpipe:/@bpipe@/encrypt-bug.jpg:cat @builddir@/../encrypt-bug.jpg:cat >@tmpdir@/encrypt-bug.jpg"
Plugin = "bpipe:/@bpipe@/Makefile:cat @builddir@/../Makefile:cat >@tmpdir@/Makefile"
Plugin = "bpipe:/@bpipe@/encrypt-bug.jpg:cat @builddir@/../encrypt-bug.jpg:sh -c 'cat >@tmpdir@/encrypt-bug.jpg'"
Plugin = "bpipe:/@bpipe@/Makefile:cat @builddir@/../Makefile:sh -c 'cat >@tmpdir@/Makefile'"
}
}

Expand All @@ -245,8 +245,8 @@ FileSet {
signature=MD5
}
File = <@tmpdir@/file-list
Plugin = "test-plugin:/@test-plugin@/encrypt-bug.jpg:cat @builddir@/../encrypt-bug.jpg:cat >@tmpdir@/encrypt-bug.jpg"
Plugin = "test-plugin:/@test-plugin@/Makefile:cat @builddir@/../Makefile:cat >@tmpdir@/Makefile"
Plugin = "test-plugin:/@test-plugin@/encrypt-bug.jpg:cat @builddir@/../encrypt-bug.jpg:sh -c 'cat >@tmpdir@/encrypt-bug.jpg'"
Plugin = "test-plugin:/@test-plugin@/Makefile:cat @builddir@/../Makefile:sh -c 'cat >@tmpdir@/Makefile'"
}
}

Expand Down

0 comments on commit 00c17e9

Please sign in to comment.