Bug 42339

Summary: Release process doesn't document required securelevel settings
Product: Documentation Reporter: Eric Schnoebelen <eric>
Component: Books & ArticlesAssignee: Murray Stokely <murray>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Eric Schnoebelen 2002-09-02 21:30:02 UTC
	The release process documentation (at
	http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/releng/ does
	_not_ document the requirement that the system building the
	release be running with a sysctl setting for kern.securelevel of
	< 0.  In experimentation, I find that kern.securelevel _must_ be
	set to -1 for a release to successfully be built.

	This requirement really needs to be spelled out somewhere in the
	document.

How-To-Repeat: 	# sysctl -w kern.securelevel=1
	# cd /usr/src/release
	# make release
Comment 1 Murray Stokely freebsd_committer freebsd_triage 2003-04-07 12:41:00 UTC
State Changed
From-To: open->analyzed

I added a sentence about this to release(7).  I will MFC this change 
in a few days.  Thanks for bringing this to our attention. 



Comment 2 Murray Stokely freebsd_committer freebsd_triage 2003-04-07 12:41:00 UTC
Responsible Changed
From-To: freebsd-doc->murray

I added a sentence about this to release(7).  I will MFC this change 
in a few days.  Thanks for bringing this to our attention.
Comment 3 Murray Stokely freebsd_committer freebsd_triage 2003-04-13 04:49:18 UTC
State Changed
From-To: analyzed->closed

This is now documented in the release(7) man page on both -CURRENT and 
-STABLE.  Thanks for the report.