Dangerous Option Handling Fails on long options
Brought to you by:
chronocide
It thinks that --server was -e and rejects it accordingly.
I was able to fix this by changing helper.c to use getopt_long(), however I'm not sure how portable this solution is and I only tested it with rsync.
Logged In: YES
user_id=180727
Originator: NO
here is a relevant discussion thread online:
http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg286540.html
Most importantly, the debian maintainer wants this issue fixed upstream before patching the program himself.
The patch is here:
http://lists.rpmforge.net/pipermail/svn-commits/2006-March/003205.html