Hi.
Am I doing this correctly?
After upgrading my system from FreeBSD 14.3 to 14.4, I do the following:
Am I doing this correctly?
After upgrading my system from FreeBSD 14.3 to 14.4, I do the following:
What about the jail environment, updating outdated system files in jail?cd /usr/src/
# yes | make delete-old
# yes | make delete-old-libs
Right?cd /usr/src
yes | make delete-old DESTDIR=/usr/jails/basejailyes
yes | make delete-old-libs DESTDIR=/usr/jails/basejail