Re: Good practices with bectl
- Reply: Nuno Teixeira : "Re: Good practices with bectl"
- In reply to: Alan Somers : "Re: Good practices with bectl"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Sep 2022 23:09:46 UTC
Hi Alan,
This general procedure works just as well if you're upgrading from source,
> too.
>
> sudo make DESTDIR=${BASEDIR} installworld
> sudo mergemaster -m $PWD -D $BASEDIR -U
>
(mergemaster -m </path/to/sources> -D </destdir/path>)
using etcupdate:
(etcupdate -s <source> -D <destdir>), source defaults to /usr/src
> etcupdate -D $BASEDIR
Need to find how to execute:
`make delete-old delete-old-libs` since $BASEDIR don't have /usr/src
Thanks
--
Nuno Teixeira
FreeBSD Committer (ports)