#14038 closed enhancement (fixed)
MP removal text on http://trac.macosforge.org/projects/macports/wiki/FAQ#HowdoIremoveoruninstallMacPorts looks dangerous
Reported by: | ghosthound | Owned by: | jmpalacios (Juan Manuel Palacios) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | wiki | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: |
Description
The text on http://trac.macosforge.org/projects/macports/wiki/FAQ#HowdoIremoveoruninstallMacPorts includes:
sudo rm -rf \ /opt/local \ ...
This just looks dangerous, far too close to 'sudo rm -rf /'. Can we change it to include the /opt/local part on the same line, so it looks like:
sudo rm -rf /opt/local \ ...
I think that will be generally safer for folks.
Change History (5)
comment:1 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
Component: | ports → www |
---|---|
Milestone: | → Website & Documentation |
comment:2 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
comment:3 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
Component: | www → wiki |
---|
comment:5 Changed 16 years ago by (none)
Milestone: | Website & Documentation |
---|
Milestone Website & Documentation deleted
Note: See
TracTickets for help on using
tickets.
Done, thanks for the tip!
-jmpp