SlackBuildsOrg/libraries/librsync
Heinz Wiesinger eb6178414c libraries/librsync: Script cleanup
remove "umask 0022", which is the default on Slackware anyway
  move "set -e" further down in the script

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2010-06-09 02:22:03 -05:00
..
librsync.info
librsync.SlackBuild
README
slack-desc

librsync (rsync synchronization algorithm library.)

librsync is a free software library that implements the rsync remote-delta
algorithm.
 
The rsync remote-delta algorithm is a method of efficiently transmitting a
structure (such as a file) across a communications link when the receiving
computer already has a different version of the same structure.