aboutsummaryrefslogtreecommitdiffstats
path: root/main/lsyncd/0001-Add-missed-comma.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/lsyncd/0001-Add-missed-comma.patch')
-rw-r--r--main/lsyncd/0001-Add-missed-comma.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/main/lsyncd/0001-Add-missed-comma.patch b/main/lsyncd/0001-Add-missed-comma.patch
deleted file mode 100644
index 3348955698..0000000000
--- a/main/lsyncd/0001-Add-missed-comma.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-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
-