Bug 55634

Summary: Add IGNORE_PRINTCAP option to mergemaster, useful for CUPS
Product: Base System Reporter: glennpj <glennpj>
Component: binAssignee: Doug Barton <dougb>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.1-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-mergemaster none

Description glennpj 2003-08-16 19:20:08 UTC
	CUPS writes out a new /etc/printcap file when the scheduler is 
	started.  There is no version string in the new printcap file for 
	mergemaster to compare with so mergemaster always sees the printcap 
	file as needing to be updated.  The attached patch adds an 
	IGNORE_PRINTCAP option to mergemaster.
Comment 1 MIHIRA Sanpei Yoshiro freebsd_committer freebsd_triage 2004-05-21 07:43:14 UTC
Hi.
Doug Barton

  May I commit below PR for mergemaster?

Add IGNORE_PRINTCAP option to mergemaster, useful for CUPS
http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/55634

---
MIHIRA, Sanpei Yoshiro
Tokyo, Japan.
Comment 2 Doug Barton freebsd_committer freebsd_triage 2004-05-22 23:37:07 UTC
State Changed
From-To: open->closed


The canonical way to handled this type of situation is to create 
an MM_PRE_COMPARE_SCRIPT to handle it, and reference that script 
in your ~/.mergemasterrc. The man page describes how to do that. 


Comment 3 Doug Barton freebsd_committer freebsd_triage 2004-05-22 23:37:07 UTC
Responsible Changed
From-To: freebsd-bugs->dougb


I'm the mergemaster maintainer.