| Summary: | new article on creating an internal FreeBSD Update Server | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Jason Helfman <jhelfman> | ||||||
| Component: | Books & Articles | Assignee: | Manolis Kiagias <manolis> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Jason Helfman
2009-09-23 23:20:01 UTC
Submitting a patch to my original PR. Responsible Changed From-To: freebsd-doc->manolis I'll handle this one State Changed From-To: open->suspended Sadly we cannot publish this fine article at this time due to still unresolved legal/licensing issues. I've received the 'go' button to move forward with this article in consideration for a committing to doc HEAD. -jgh -- Jason Helfman System Administrator experts-exchange.com http://www.experts-exchange.com/M_4830110.html E4AD 7CF1 1396 27F6 79DD 4342 5E92 AD66 8C8C FBA5 On 02/03/2011 02:44 AM, Jason Helfman wrote: > I've received the 'go' button to move forward with this article in > consideration for a committing to doc HEAD. > > -jgh > Great! I'll get the last patch in and make all other minor changes, this will get committed soon! Manolis State Changed From-To: suspended->open Re-open this PR as the legal issues were resolved and the article will be committed soon. manolis 2011-02-13 17:53:26 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/articles Makefile
Added files:
en_US.ISO8859-1/articles/freebsd-update-server Makefile
article.sgml
diff.txt
init.txt
Log:
Add a new article:
"Build Your Own FreeBSD update Server"
and attach it to the build.
A freebsd-update server allows a system administrator to update a number
of servers from a local mirror of the Project's update servers.
It also allows creation and fast distribution of local patches.
For additional information, contact Jason Helfman, the article's author.
PR: docs/139095
Submitted by: Jason Helfman <jhelfman@experts-exchange.com>
Earlier reviews: keramida, gabor, pgj, trhodes
Recent reviews: cperciva, ryusuke, gjb
Revision Changes Path
1.62 +1 -0 doc/en_US.ISO8859-1/articles/Makefile
1.1 +26 -0 doc/en_US.ISO8859-1/articles/freebsd-update-server/Makefile (new)
1.1 +839 -0 doc/en_US.ISO8859-1/articles/freebsd-update-server/article.sgml (new)
1.1 +724 -0 doc/en_US.ISO8859-1/articles/freebsd-update-server/diff.txt (new)
1.1 +978 -0 doc/en_US.ISO8859-1/articles/freebsd-update-server/init.txt (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Article was committed, thanks! |