Bug 55634 - Add IGNORE_PRINTCAP option to mergemaster, useful for CUPS
Summary: Add IGNORE_PRINTCAP option to mergemaster, useful for CUPS
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 5.1-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: Doug Barton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-16 19:20 UTC by glennpj
Modified: 2004-05-22 23:38 UTC (History)
0 users

See Also:


Attachments
patch-mergemaster (1.09 KB, text/plain)
2003-08-16 19:20 UTC, glennpj
no flags Details

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