mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-12-04 19:03:17 +00:00
lsyncd.1.xml no longer needed
This commit is contained in:
parent
1847fd7cd4
commit
6a5246070f
@ -1,9 +1,12 @@
|
||||
??-??-????:
|
||||
fix: closed a memory leak due to not correct configured weak tables
|
||||
fix: default.direct, do not use on OSX unrecognized option -t on modify
|
||||
fix: default.direct, typo leading to compile error
|
||||
fix: closed a memory leak due to not correct configured weak tables
|
||||
fix: when using settings.inotifyMode = "Modify" events were longer ignored
|
||||
fix: layer 3 function generator was messed up.
|
||||
change: now uses a2x to generate the manpage (thus more compatible across distros)
|
||||
change: removed --with-default-runner since it was broken, and will be replaced by something
|
||||
more generic in future
|
||||
|
||||
16-02-2011: 2.0.6
|
||||
fix: no longer stops syslogging on HUP signals
|
||||
|
@ -31,7 +31,7 @@ TESTS = \
|
||||
tests/l4rsyncdata.lua
|
||||
|
||||
dist_man1_MANS = doc/lsyncd.1
|
||||
EXTRA_DIST = doc/lsyncd.1.txt doc/lsyncd.1.xml inotify.c fsevents.c bin2carray.lua \
|
||||
EXTRA_DIST = doc/lsyncd.1.txt inotify.c fsevents.c bin2carray.lua \
|
||||
default.lua default-rsync.lua default-rsyncssh.lua default-direct.lua
|
||||
|
||||
doc/lsyncd.1: doc/lsyncd.1.txt
|
||||
|
Loading…
Reference in New Issue
Block a user