Bug 62389

Summary: 5.2 /libexec/ld-elf.so.1 not updated by make world
Product: Base System Reporter: User & <jhs>
Component: binAssignee: ru <ru>
Status: Closed FIXED    
Severity: Affects Only Me CC: jhs
Priority: Normal    
Version: 5.2-RELEASE   
Hardware: Any   
OS: Any   

Description User & 2004-02-05 14:20:12 UTC

How-To-Repeat: 	make world
	rm /libexec/ld-elf.so.1
	reboot
	watch it fail to boot.
Comment 1 ru freebsd_committer freebsd_triage 2004-02-05 14:32:33 UTC
State Changed
From-To: open->closed

Perhaps you're confused by the unchanged modification time for 
/libexec/ld-elf.so.1, but that's because it's installed using 
this command: 

install -s -o root -g wheel -m 555  -fschg -C -b ld-elf.so.1 /libexec 

(Hint: see the description of the -C option in the install(1) 
manpage.) 

As an aside, I certainly wouldn't recommend anyone to follow the 
steps in the How-To-Repeat: section because it's the One True way 
to shoot yourself in a foot.  ;) 


Comment 2 ru freebsd_committer freebsd_triage 2004-02-05 14:32:33 UTC
Responsible Changed
From-To: freebsd-bugs->ru