At Tue, 13 Mar 2001 16:53:46 +0100, Martin Blapp wrote:
> 
> Hi,
> 
> > I have made something like this and submitted a PR
> > http://www.freebsd.org/cgi/query-pr.cgi?pr=25771
> 
> Yep, something like this I'd like to do, but with md5 checksums,
> so we do not have to say 'yes' to each file we update.

I remember some discussion about something similar.
The proposal back then was to use a text-file with each 
file to just install on one line in the file.

And also to have a text-file for file which should never be
updated.


However, I belive this was turned down since this

if [ -r "${MM_PRE_COMPARE_SCRIPT}" ]; then
  . "${MM_PRE_COMPARE_SCRIPT}"
fi

hook in mergemaster can be used to do that.
Using this hook the admin will have to know what he is doing :-)

/Johan K



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to