Peter Ulrich Kruppa wrote: >What about a file "mergemaster_ignore" where I put in the six or >seven names of files that should never be touched? You can do this already with a little fiddling with the .mergemasterrc file. I have a /root/.mergemasterrc file that looks like this: ------------------------ MM_PRE_COMPARE_SCRIPT=/usr/local/bin/mergemaster_precompare ------------------------ MM_PRE_COMPARE_SCRIPT specifies a script that gets run after the temproot dir gets populated but before mergemaster starts comparing it against the current /etc contents. My /usr/local/bin/mergemaster_precompare looks like this: ------------------------ #!/bin/sh cd /var/tmp/temproot rm etc/master.passwd etc/group etc/ppp/ppp.conf etc/mail/aliases etc/amd.map etc/hosts ------------------------ which removes those files from the set of "new" files mergemaster considers possibly installing.Received on Wed Jan 21 2004 - 15:16:14 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:39 UTC