summaryrefslogtreecommitdiffstats
path: root/packager/openslx.config
diff options
context:
space:
mode:
authorJonathan Bauer2016-04-18 17:16:07 +0200
committerJonathan Bauer2016-04-18 17:16:07 +0200
commit3c91f7cd8fad1d6910a1124d0654ee4265e7ab28 (patch)
tree3891deb088a867f1e50bf28306e3d5b49dfffc6d /packager/openslx.config
parentreworked cleanup & stuff (diff)
downloadsystemd-init-3c91f7cd8fad1d6910a1124d0654ee4265e7ab28.tar.gz
systemd-init-3c91f7cd8fad1d6910a1124d0654ee4265e7ab28.tar.xz
systemd-init-3c91f7cd8fad1d6910a1124d0654ee4265e7ab28.zip
fix parsing of rsync_opts and change to explicit rsync_rsh option in config file
Diffstat (limited to 'packager/openslx.config')
-rw-r--r--packager/openslx.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/packager/openslx.config b/packager/openslx.config
index 9c94226d..ff6354bf 100644
--- a/packager/openslx.config
+++ b/packager/openslx.config
@@ -1,5 +1,5 @@
# default options used by rsync
-DEFAULT_RSYNC_OPTS="-e ssh -c arcfour -oStrictHostKeyChecking=no"
+DEFAULT_RSYNC_RSH="ssh -c arcfour -o StrictHostKeyChecking=no"
# default size for the qcow2-container (the one containing diffs)
DEFAULT_CONTAINER_SIZE="25G"