Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 141169

Summary: rsync.xml Code Listing 3.2 missing RSYNC
Product: [OLD] Docs on www.gentoo.org Reporter: Thomas Cort (RETIRED) <tcort>
Component: Other documentsAssignee: Docs Team <docs-team>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.gentoo.org/doc/en/rsync.xml
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: rsync.xml.diff

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.