mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-23 07:08:33 +00:00
cleanups
This commit is contained in:
parent
bbe9c5f38c
commit
ebd2600914
@ -1,6 +1,6 @@
|
|||||||
2017-02-16: 2.2.2
|
2017-02-16: 2.2.2
|
||||||
fix: checkgauge 'insist'
|
fix: checkgauge 'insist'
|
||||||
fix: no partial path exlusion tests
|
fix: no partial path exclusion tests
|
||||||
fix: write pid of forked process in pidfile
|
fix: write pid of forked process in pidfile
|
||||||
fix: crash on not reachable target
|
fix: crash on not reachable target
|
||||||
workaround:
|
workaround:
|
||||||
@ -12,7 +12,7 @@
|
|||||||
enhancement: now always using filter lists with rysnc
|
enhancement: now always using filter lists with rysnc
|
||||||
instead of include/exclude lists taking advantage of the new --delete-missing-args
|
instead of include/exclude lists taking advantage of the new --delete-missing-args
|
||||||
parameter to delete files on target.
|
parameter to delete files on target.
|
||||||
>>> Thus Lsyncd 2.1.1 needs rsync >= 3.1.0
|
>>> Thus Lsyncd 2.2.1 needs rsync >= 3.1.0
|
||||||
change: added "tests" make target to run all the tests.
|
change: added "tests" make target to run all the tests.
|
||||||
fix: crash due to typo in changed ^path, ^pathdir, ^pathname
|
fix: crash due to typo in changed ^path, ^pathdir, ^pathname
|
||||||
|
|
||||||
|
3
lsyncd.c
3
lsyncd.c
@ -2889,6 +2889,9 @@ main( int argc, char * argv[ ] )
|
|||||||
// gets a kernel parameter
|
// gets a kernel parameter
|
||||||
clocks_per_sec = sysconf( _SC_CLK_TCK );
|
clocks_per_sec = sysconf( _SC_CLK_TCK );
|
||||||
|
|
||||||
|
setlinebuf( stdout );
|
||||||
|
setlinebuf( stderr );
|
||||||
|
|
||||||
while( !term ) {
|
while( !term ) {
|
||||||
main1( argc, argv );
|
main1( argc, argv );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user