Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141169 - rsync.xml Code Listing 3.2 missing RSYNC
Summary: rsync.xml Code Listing 3.2 missing RSYNC
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Docs Team
URL: http://www.gentoo.org/doc/en/rsync.xml
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-20 07:20 UTC by Thomas Cort (RETIRED)
Modified: 2006-07-20 08:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
rsync.xml.diff (rsync.xml.diff,845 bytes, patch)
2006-07-20 07:21 UTC, Thomas Cort (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Cort (RETIRED) gentoo-dev 2006-07-20 07:20:44 UTC
In code listing 3.2, the script never sets RSYNC but uses it in the following command: ${RSYNC} ${OPTS} ${SRC} ${DST} >> $0.log 2>&1 This causes the script to fail. The code listing should be fixed include RSYNC="/usr/bin/rsync" in the line above OPTS=... I'll attach a patch.
Comment 1 Thomas Cort (RETIRED) gentoo-dev 2006-07-20 07:21:05 UTC
Created attachment 92311 [details, diff]
rsync.xml.diff
Comment 2 Łukasz Damentko (RETIRED) gentoo-dev 2006-07-20 08:10:05 UTC
In CVS, thanks for the patch Thomas.