The permissions replications also will change the permissions on the /
and /usr directories, which is bad. This reverts it to the original
behaviour.
---
devel/upload.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/devel/upload.in b/devel/upload.in
index 3858891..733befa 100644
--- a/devel/upload.in
+++ b/devel/upload.in
@@ -90,7 +90,7 @@ echo ---
# and now put it under $prefix on the target node(s)
for host; do
echo Uploading code to ${host}...
- rsync -v -rplDc --exclude="*.py[oc]" --exclude="*.pdf" --exclude="*.html" \
+ rsync -v -rlDc --exclude="*.py[oc]" --exclude="*.pdf" --exclude="*.html" \
"$TXD/" \
r...@${host}:/ &
done
--
1.6.3.3