diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-01-30 10:47:20 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-01-30 10:48:09 +0200 |
commit | b5baa711a9758d453cb33a6e23de7163e5b40c66 (patch) | |
tree | 03badc06fed2e9b8b94210ec3bb26e97be2e9c09 /main/lsyncd/0003-Add-checkgauge-in-lpostcmd.patch | |
parent | 6f0559e6f3b1e5e7de0f8d28816971941809324d (diff) | |
download | aports-b5baa711a9758d453cb33a6e23de7163e5b40c66.tar.bz2 aports-b5baa711a9758d453cb33a6e23de7163e5b40c66.tar.xz |
main/lsyncd: additional fixes to lpostcmd
Diffstat (limited to 'main/lsyncd/0003-Add-checkgauge-in-lpostcmd.patch')
-rw-r--r-- | main/lsyncd/0003-Add-checkgauge-in-lpostcmd.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/main/lsyncd/0003-Add-checkgauge-in-lpostcmd.patch b/main/lsyncd/0003-Add-checkgauge-in-lpostcmd.patch new file mode 100644 index 0000000000..35729fa100 --- /dev/null +++ b/main/lsyncd/0003-Add-checkgauge-in-lpostcmd.patch @@ -0,0 +1,31 @@ +From abbf307b9720140a3dd71e96f8ea0328e1bd7115 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Timo=20Ter=C3=A4s?= <timo.teras@iki.fi> +Date: Fri, 30 Jan 2015 09:25:53 +0200 +Subject: [PATCH 3/3] Add checkgauge in lpostcmd + +--- + examples/lpostcmd.lua | 8 ++++++++ + 1 file changed, 8 insertions(+) + +diff --git a/examples/lpostcmd.lua b/examples/lpostcmd.lua +index 8ad339e..e413112 100644 +--- a/examples/lpostcmd.lua ++++ b/examples/lpostcmd.lua +@@ -11,6 +11,14 @@ local rsyncpostcmd = { + -- based on default rsync. + default.rsync, + ++ checkgauge = { ++ default.rsync.checkgauge, ++ host = true, ++ targetdir = true, ++ target = true, ++ postcmd = true, ++ }, ++ + -- for this config it is important to keep maxProcesses at 1, so + -- the postcmds will only be spawned after the rsync completed + maxProcesses = 1, +-- +2.2.2 + |