Allow overriding of rsync options

Moving $RSYNC_EXTRA to the end of options, so users can override
the default options.

This hint was brought to me by Marcus Wagner.
This commit is contained in:
Nico Schottelius 2006-09-05 21:41:12 +02:00
commit 0e07585772
2 changed files with 10 additions and 5 deletions

View file

@ -1,3 +1,8 @@
0.4.2 to 0.4.3:
* Display error code of rsync, if non-zero (for further analysis)
* Fix Makefile, so 'make install' works on others OS
* reorder $RSYNC_EXTRA, so it can be overriden by users
0.4.1 to 0.4.2:
* fixed bug when $CCOLLECT_CONF is relative
* added Quickstart to documentation