Bug 15629

Summary: installworld fails due to absent dir: /usr/share/examples/diskless
Product: Base System Reporter: Crist J. Clark <cjc>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.3-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Crist J. Clark 1999-12-22 16:50:01 UTC
	The installworld fails when an installation into a
non-existent directory is attempted,

.
.
.
install -C -c -o root -g wheel -m 644 cvsup/standard-supfile /usr/share/examples/cvsup/standard-supfile
install -C -c -o root -g wheel -m 644 cvsup/www-supfile /usr/share/examples/cvsup/www-supfile
install -C -c -o root -g wheel -m 644 diskless/209.157.86.12/README /usr/share/examples/diskless/209.157.86.12/README
install: mkstemp: /usr/share/examples/diskless/209.157.86.12/INS@8484 for /usr/share/examples/diskless/209.157.86.12/README: No such file or directory
*** Error code 71

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

This directory, /usr/share/examples/diskless, was not created in the
earlier stages of the make-world process since it does not seem to
exist in mtree/BSD.usr.dist.

Fix: /usr/share/diskless should be added to the mtree,
How-To-Repeat: 
	# rm -r /usr/share/examples/diskless
	# cd /usr/src
	# make world
Comment 1 cpiazza freebsd_committer freebsd_triage 1999-12-22 19:58:07 UTC
State Changed
From-To: open->closed

Fixed in rev 1.146.2.11 of etc/mtree/BSD.usr.dist by phantom