[Openvas-commits] r5380 - trunk/doc/website
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Oct 6 07:45:14 CEST 2009
Author: timb
Date: 2009-10-06 07:45:14 +0200 (Tue, 06 Oct 2009)
New Revision: 5380
Modified:
trunk/doc/website/Makefile
Log:
Force protocol version 29
Modified: trunk/doc/website/Makefile
===================================================================
--- trunk/doc/website/Makefile 2009-10-06 05:21:15 UTC (rev 5379)
+++ trunk/doc/website/Makefile 2009-10-06 05:45:14 UTC (rev 5380)
@@ -54,7 +54,7 @@
online: all
echo "Going to put current contents online for openvas.wald.intevation.org ..."
- rsync -urvP --exclude='.svn' $(ADD_INST_TYPES) $(TARGETS) $(ADD_INST_DIRS) \
+ rsync --proto=29 -urvP --exclude='.svn' $(ADD_INST_TYPES) $(TARGETS) $(ADD_INST_DIRS) \
$(USER)@wald.intevation.org:/openvas/htdocs/
install: all
More information about the Openvas-commits
mailing list