This is an automated email from the git hooks/post-receive script.

osamu pushed a commit to branch master
in repository debian-reference.

commit e8491ef95f938367d62370587fbc7c088ee9743d
Author: Osamu Aoki <[email protected]>
Date:   Sun Nov 10 08:45:07 2013 +0900

    EN: Fix error in rsync script
---
 asciidoc/10_datamngt.txt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/asciidoc/10_datamngt.txt b/asciidoc/10_datamngt.txt
index 847117f..8c33d33 100644
--- a/asciidoc/10_datamngt.txt
+++ b/asciidoc/10_datamngt.txt
@@ -147,8 +147,8 @@ You can alternatively use "a trailing slash on the source 
directory" syntax.
 Alternatively, by the following.
 
 --------------------
-# cd ./source; find . -print0 | rsync -aHAXSv0 --files-from=- /dest
-# cd ./source; find . -print0 | rsync -aHAXSv0 --files-from=- 
[email protected]:/dest
+# cd ./source; find . -print0 | rsync -aHAXSv0 --files-from=- . /dest
+# cd ./source; find . -print0 | rsync -aHAXSv0 --files-from=- . 
[email protected]:/dest
 --------------------
 
 GNU `cp`(1) and openSSH `scp`(1):

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/ddp/debian-reference.git


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to