ssfs diff ssfs @ rev 66

Add some doc and few small fixes
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jun 13 18:30:46 2011 +0200 (2011-06-13)
parents 8554492c73b1
children 5940e1d51942
line diff
     1.1 --- a/ssfs	Sun Jun 12 22:31:08 2011 +0200
     1.2 +++ b/ssfs	Mon Jun 13 18:30:46 2011 +0200
     1.3 @@ -127,7 +127,7 @@
     1.4  				sed -e "/^$/"d -e "/^.\/$/"d
     1.5  		
     1.6  		# Monitor local folder if not yet running.
     1.7 -		if [ ! -f "$pid" ]; then
     1.8 +		if [ ! -s "$pid" ]; then
     1.9  			gettext "Starting lsyncd daemon..."
    1.10  			lsyncd -pidfile $pid -log all -logfile $logdir/lsyncd.log $config
    1.11  		else