Bug 62389 - 5.2 /libexec/ld-elf.so.1 not updated by make world
Summary: 5.2 /libexec/ld-elf.so.1 not updated by make world
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 5.2-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: ru
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-05 14:20 UTC by User &
Modified: 2004-02-05 14:37 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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