summaryrefslogtreecommitdiffstats
path: root/main/lsyncd/0001-Add-missed-comma.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2015-01-30 10:47:20 +0200
committerTimo Teräs <timo.teras@iki.fi>2015-01-30 13:41:10 +0000
commit6a0ff5a7b8c60c736c77803d77de8a3a98248aed (patch)
tree343737db111c2799c389bd9bc9a4750c0cbce91d /main/lsyncd/0001-Add-missed-comma.patch
parent67f3801a19803ad08a1a2a14484390da2787558b (diff)
downloadaports-6a0ff5a7b8c60c736c77803d77de8a3a98248aed.tar.bz2
aports-6a0ff5a7b8c60c736c77803d77de8a3a98248aed.tar.xz
main/lsyncd: additional fixes to lpostcmd
(cherry picked from commit b5baa711a9758d453cb33a6e23de7163e5b40c66)
Diffstat (limited to 'main/lsyncd/0001-Add-missed-comma.patch')
-rw-r--r--main/lsyncd/0001-Add-missed-comma.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/main/lsyncd/0001-Add-missed-comma.patch b/main/lsyncd/0001-Add-missed-comma.patch
new file mode 100644
index 000000000..334895569
--- /dev/null
+++ b/main/lsyncd/0001-Add-missed-comma.patch
@@ -0,0 +1,25 @@
+From 7addc7060b05e664b8e09e5c13b294e8e6394481 Mon Sep 17 00:00:00 2001
+From: Kazunori SAKAMOTO <exkazuu@gmail.com>
+Date: Fri, 3 Jan 2014 17:11:48 +0900
+Subject: [PATCH] Add missed comma.
+
+---
+ examples/lpostcmd.lua | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/examples/lpostcmd.lua b/examples/lpostcmd.lua
+index e11639b..b48b0da 100644
+--- a/examples/lpostcmd.lua
++++ b/examples/lpostcmd.lua
+@@ -58,7 +58,7 @@ local rsyncpostcmd = {
+ return default.collect(agent,exitcode)
+ end
+ error("this should never be reached")
+- end
++ end,
+
+ -- called before anything else
+ -- builds the target from host and targetdir
+--
+2.2.2
+