ports/shells/scponly/Makefile cares rsync compatibility of scponly only the case ${LOCALBASE}/bin/rsync exists. As the result, rsync compatibility is not configured (or simply ignored) if users do not have rsync in their enviroment. To drive scponly with rsync compatibility, BUILD_DEPENDS and RUN_DEPENDS are needed, I think. Fix: Apply following patch. -- rushani How-To-Repeat: cd /usr/ports/shells/scponly make -DWITH_SCPONLY_RSYNC install [Set up scponly account...] rsync -av foo.txt scponly_user@example.com:
State Changed From-To: open->closed Committed, thanks!