Bug 31777

Summary: Outdated Information about making a custom release
Product: Documentation Reporter: Nils Holland <nils>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Nils Holland 2001-11-05 15:40:00 UTC
	In the FAQ section about making a custom FreeBSD release, it is said
	that one needs to check out "src-crypto" and "src-eBones" besides
	"src-all". However, from what I have heard and read, both of these
	crypto collections are now part of src-all, as they are no longer
	export-restricted. The handbook seems to contain outdated information
	on src-eBones, too (fix to come!), while the supfile-examples that
	come with CVSup clearly state that it is no longer needed to
	check out src-crypto and src-eBones separately (see /usr/share/examples/cvsup/cvs-supfile).

Fix: The following diff, to be attached to books/faq/book.sgml
	makes the appropriate information in the FAQ current again




## Main Source Tree
  src-all
- src-eBones
- src-secure

  # Other stuff
  ports-all
--- 11684,11689 ------YfGyvNqwdJ4uV0SodJnL7J18rVfZJpDfE4IKRuQAyWNzVfkk
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

*** book.sgml	Mon Nov  5 10:46:15 2001
--- booknew.sgml	Mon Nov  5 16:16:42 2001
***************
*** 11684,11691 ****
How-To-Repeat: 	Have a look at the appropriate section of the FAQ and then read
	what the example supfile mentioned above has to say about it.
Comment 1 dd freebsd_committer freebsd_triage 2001-11-07 13:43:53 UTC
State Changed
From-To: open->closed

Applied, thanks!