| Summary: | rsync.xml Code Listing 3.2 missing RSYNC | ||
|---|---|---|---|
| Product: | [OLD] Docs on www.gentoo.org | Reporter: | Thomas Cort (RETIRED) <tcort> |
| Component: | Other documents | Assignee: | 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 | ||
Created attachment 92311 [details, diff]
rsync.xml.diff
In CVS, thanks for the patch Thomas. |
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.