aboutsummaryrefslogtreecommitdiffstats
path: root/main/lsyncd/lpostcmd.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2018-03-19 21:17:49 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2018-03-19 21:19:52 +0000
commit3681c50d3ece8447e5977fec4056485bbb702109 (patch)
treeebb2bd480f581eef415a3846b8cc0910702b0fa9 /main/lsyncd/lpostcmd.patch
parent113e3fc801a63b6c891b520d13f104c62d674b97 (diff)
downloadaports-3681c50d3ece8447e5977fec4056485bbb702109.tar.bz2
aports-3681c50d3ece8447e5977fec4056485bbb702109.tar.xz
main/lsyncd: upgrade to 2.2.3 and fixes
- fix doc subpkg - switch to lua 5.3 as 5.1 is no longer supported
Diffstat (limited to 'main/lsyncd/lpostcmd.patch')
-rw-r--r--main/lsyncd/lpostcmd.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/main/lsyncd/lpostcmd.patch b/main/lsyncd/lpostcmd.patch
deleted file mode 100644
index 7f16bf4914..0000000000
--- a/main/lsyncd/lpostcmd.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -ru lsyncd-2.1.5.orig/examples/lpostcmd.lua lsyncd-2.1.5/examples/lpostcmd.lua
---- lsyncd-2.1.5.orig/examples/lpostcmd.lua 2015-01-30 09:28:40.376456301 -0200
-+++ lsyncd-2.1.5/examples/lpostcmd.lua 2015-01-30 09:28:12.746457070 -0200
-@@ -6,7 +6,7 @@
- -- after every successfullycompleted rsync operation.
- -- for example to restart servlets on the target host or so.
-
-+rsyncpostcmd = {
--local rsyncpostcmd = {
-
- -- based on default rsync.
- default.rsync,
-@@ -83,12 +83,3 @@
- end
- }
-
--
--sync {
-- rsyncpostcmd,
-- source = "src",
-- host = "beetle",
-- targetdir = "/path/to/trg",
-- postcmd = "/usr/local/bin/restart-servelt.sh",
--}
--