beating mergemaster to /etc/rc.d

Giorgos Keramidas keramida at freebsd.org
Wed Oct 13 10:00:25 PDT 2004


On 2004-10-13 09:11, Randy Bush <randy at psg.com> wrote:
> i know that when i do a mergemaster, i am about to see 666 updates
> to /etc/rc.d/*, to each of which i will have to type "qi<eol>".
> as it will be over a 9600 baud remote serial console, this is a
> pita and causes undue delay for the users.
>
> once i boot the new kernel -sw, is it safe to
>
>    cp /usr/src/etc/rc.d/* /etc/rc.d
>
> and then run mergemaster -cvi?

For this particular directory, it's also safe to use:

        # cd /usr/src/etc/rc.d
        # make install

This will substantially cut down the time you spend fiddling with
mergemaster prompts.

- Giorgos



More information about the freebsd-current mailing list