Bug 15974

Summary: doc-supfile sample error
Product: Base System Reporter: Vivek Khera <khera>
Component: confAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.4-STABLE   
Hardware: Any   
OS: Any   

Description Vivek Khera 2000-01-07 21:40:01 UTC
/usr/share/examples/cvsup/doc-supfile contains this comment:

# prefix=/usr
#		This specifies where to place the requested files.  A
#		setting of "/usr" will place all of the files requested
#		in "/usr/src" (e.g., "/usr/src/bin", "/usr/src/lib").
#		The prefix directory must exist in order to run CVSup.

This is incorrect.  setting prefix=/usr will cvsup right into /usr/doc (not
/usr/src) which is still probably not what is intended by the user.

Fix: 

Suggest making the sample be /usr/src so that the files are put into
/usr/src/doc instead.
How-To-Repeat: 
n/a
Comment 1 Alexey Zelkin freebsd_committer freebsd_triage 2000-01-09 12:46:30 UTC
Responsible Changed
From-To: gnats-admin->freebsd-bugs

Misfilef PR 
Comment 2 Jeroen Ruigrok van der Werven freebsd_committer freebsd_triage 2000-01-11 10:51:37 UTC
State Changed
From-To: open->closed

This was fixed in rev 1.3 of CURRENT and rev 1.1.2.3 of STABLE of 
src/share/examples/cvsup/doc-supfile. 

Thanks!