On Wed, Jan 29, 2014, at 6:46, Nicolas de Bari Embriz Garcia Rojas
wrote:
> Hi, I avoid mergemaster since ask for to many changes, it is faster for
> me some times just copy /etc.old —> /etc important files, but this
> maybe because I am using the bad flags.
>
> Can you please give me a tip o
Am 2014-01-29 13:46, schrieb Nicolas de Bari Embriz Garcia Rojas:
Hi, I avoid mergemaster since ask for to many changes, it is faster
for me some times just copy /etc.old —> /etc important files, but
this maybe because I am using the bad flags.
Can you please give me a tip or some good flags
Hi, I avoid mergemaster since ask for to many changes, it is faster for me
some times just copy /etc.old —> /etc important files, but this maybe because
I am using the bad flags.
Can you please give me a tip or some good flags that I should use when using
mergemaster.
thanks in advance.
O
--- Original message ---
From: "Nicolas de Bari Embriz Garcia Rojas"
Date: 29 January 2014, 13:46:29
> Hi, I just updated the host from 9.2 to 10.0.
>
> What I plan to do for each jail is:
>
> # $D is the home of the jail.
> make installworld DESTDIR=$D SRCCONF=/etc/src-jail.conf
> c
Hi, I just updated the host from 9.2 to 10.0.
What I plan to do for each jail is:
# $D is the home of the jail.
make installworld DESTDIR=$D SRCCONF=/etc/src-jail.conf
cp -R $D/etc $D/etc.old
make distribution DESTDIR=$D SRCCONF=/etc/src-jail.conf
Basically to avoid all the ‘mergmaster’ stuff