Bug 28190

Summary: Mergemaster lying about install problems
Product: Base System Reporter: James Halstead <James_Bond_79>
Component: miscAssignee: Doug Barton <dougb>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description James Halstead 2001-06-16 04:30:02 UTC
mergemaster will tell you it had problems installing files and they will be left to merge by hand, however the file will have been installed and it is already deleted from the temproot.

Fix: add the '-c' to the install commands. there was an update to have it do install && test && rm, but install has already removed the file, causing rm to fail and thus pollute the $? shell variable.

Patch:
How-To-Repeat: use mergemaster after an update, and install a file.
Comment 1 Doug Barton freebsd_committer freebsd_triage 2001-07-25 18:44:04 UTC
State Changed
From-To: open->closed


The fix for this was MFC'ed a while ago 


Comment 2 Doug Barton freebsd_committer freebsd_triage 2001-07-25 18:44:04 UTC
Responsible Changed
From-To: freebsd-bugs->dougb


mm is my baby