svn commit: r179669 - head/sbin/rcorder

Dag-Erling Smørgrav des at des.no
Thu Jun 12 09:34:13 UTC 2008


Pawel Jakub Dawidek <pjd at FreeBSD.org> writes:
> Mike Makonnen <mtm at wubethiopia.com> writes:
> > Which is exactly why mergemaster(8) has a -U option (it's such a 
> > time-saver I don't understand why it's not enabled by default).
> I thought it doesn't work for the first mergemaster(8) run. Am I wrong?

Correct, but easily worked around by running mergemaster -U before
updating your source tree.  It won't do anything, since your /etc is
already up to date, but it will record the necessary information so the
next -U run (after you've upgraded) works as designed.

By the way:

des at ds4 ~% cat .mergemasterrc 
PAGER="less"
IGNORE_MOTD="YES"
AUTO_INSTALL="YES"
AUTO_UPGRADE="YES"
PRESERVE_FILES="YES"

but remember that if you do 'sudo mergemaster', it will read your
~/.mergemaster instead of root's, unless you've configured sudo to set
HOME to the home directory of the target user.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the freebsd-rc mailing list