On 12.10.13 07:24, Alexander Leidinger wrote:

> Regarding OS updates (and I assume manual installworld updates in the
> question as freebsd-update is not considered an option) I use:

Well, running freebsd-update on all the jails with IgnorePaths set to
"/[^e][^t][^c].*" does the trick

> ---snip---
> cd /usr/src
> for jail in /path/to/jails/*; do
>    echo $jail
>    sleep 5
>    mergemaster -D $jail
>    make DESTDIR=$jail delete-old -DBATCH_DELETE_OLD_FILES
>    make DESTDIR=$jail check-old               # list old libs
> fi
> make DESTDIR=/path/to/basejail delete-old -DBATCH_DELETE_OLD_FILES

That assumes you have the sources handy which is not always the case.

  erdgeist
_______________________________________________
freebsd-jail@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-jail
To unsubscribe, send any mail to "freebsd-jail-unsubscr...@freebsd.org"

Reply via email to