| Summary: | committer's guide incomplete on ports removal | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Matthias Andree <mandree> |
| Component: | Books & Articles | Assignee: | Warren Block <wblock> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Matthias Andree
2013-07-15 19:00:00 UTC
Responsible Changed From-To: freebsd-doc->wblock Take. Author: wblock Date: Mon Jul 15 18:35:24 2013 New Revision: 42286 URL: http://svnweb.freebsd.org/changeset/doc/42286 Log: Removing a port also requires removing the directory. PR: docs/180579 Submitted by: Matthias Andree <mandree@FreeBSD.org> Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/committers-guide/article.xml Mon Jul 15 15:23:13 2013 (r42285) +++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Mon Jul 15 18:35:24 2013 (r42286) @@ -3529,7 +3529,7 @@ ControlPersist yes</screen> <procedure> <step> - <para>Remove the port's files via + <para>Remove the port's files and directory with <command>svn remove</command>.</para> </step> _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Correction made, thanks! |