Re: How often to run mergemaster?

2000-06-14 Thread Brooks Davis

On Wed, Jun 14, 2000 at 11:20:19PM -0400, Francisco Reyes wrote:
 I recently started to track 4.X Stable. How often does one need
 to run mergemaster, or even better how does one even know that
 it needs to be run?

You should run it after each installworld.  If you don't your /etc may
be out of sync with your binaries which could be bad.

-- Brooks

-- 
Any statement of the form "X is the one, true Y" is FALSE.


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



Re: How often to run mergemaster?

2000-06-14 Thread Gregory Bond

 I recently started to track 4.X Stable. How often does one need
 to run mergemaster, or even better how does one even know that
 it needs to be run?

Every time you run "make installworld" or "make world".  It's no big chore, I 
usually do it while I'm waiting for the new kernel to compile.




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



Re: How often to run mergemaster?

2000-06-14 Thread Sean O'Connell

Francisco Reyes stated:
 I recently started to track 4.X Stable. How often does one need
 to run mergemaster, or even better how does one even know that
 it needs to be run?

I run it when I notice that things have been changed in
/usr/src/etc from my cvsup logs.  As a side-note, I became
frustrated with mergemaster asking me about a whole bunch
of files that I don't want it to touch.  I filed a PR that
adds an IGNORE_LIST to the mergemaster script that is read
out of the .mergemasterrc.

See:

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=19217

I apologize for the shameless plug :)

S
-- 
101-01010101010
Sean O'Connell   [EMAIL PROTECTED]


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



Re: How often to run mergemaster?

2000-06-14 Thread James Housley

Sean O'Connell wrote:
 
 I run it when I notice that things have been changed in
 /usr/src/etc from my cvsup logs.  As a side-note, I became
 frustrated with mergemaster asking me about a whole bunch
 of files that I don't want it to touch.  I filed a PR that
 adds an IGNORE_LIST to the mergemaster script that is read
 out of the .mergemasterrc.
 

One way I got around that is to merge the "$FreeBSD  " version line
over, since the standard mode just checks version strings.  mergemaster
-s will notice they are different.

I hope this helps.

Jim
-- 
Artificial intelligence is no match for natural stupidity.


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