From f73709d467d6a624712be458e0036eab29a4abd8 Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@brief.schottelius.org>
Date: Mon, 23 Jan 2012 10:45:52 +0100
Subject: [PATCH] document bug in __rsyncer (needs to be fixed)

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
---
 conf/type/__rsyncer/gencode-local | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/conf/type/__rsyncer/gencode-local b/conf/type/__rsyncer/gencode-local
index 0d08e445..5d1f17b1 100755
--- a/conf/type/__rsyncer/gencode-local
+++ b/conf/type/__rsyncer/gencode-local
@@ -40,5 +40,9 @@ if [ -f "$__object/parameter/delete" ]; then
     args="$args --delete"
 fi
 
+# FIXME:
+#   - using root@ may break - find a good way to avoid this
+#   - align with __remote_{exec,copy} variables?
+
 # Run rsync (locally).
 echo "$rsyncbin $args $source root@$__target_host:$destination"