Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109643 - typo in http://www.gentoo.org/doc/en/mysql-upgrading.xml
Summary: typo in http://www.gentoo.org/doc/en/mysql-upgrading.xml
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Łukasz Damentko (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-17 16:02 UTC by Mark Keisler
Modified: 2005-10-17 16:11 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Keisler 2005-10-17 16:02:30 UTC
In code listing 3.2, the tar command should not use a dash.  It will break for
people using star (like below), and regular tar does just fine without it.




Reproducible: Always
Steps to Reproduce:
1. # tar -cjpvf ~/mysql.$(date +%F_%H-%M).tar.bz2 /etc/mysql/my.cnf            
 /var/lib/mysql/



Actual Results:  
tar: Bad Option: -cjpvf.

Expected Results:  
crank a tar archive :)
Comment 1 Łukasz Damentko (RETIRED) gentoo-dev 2005-10-17 16:11:36 UTC
Fixed in CVS, thanks for the info.