A FreeBSD User <[email protected]> writes: > Dag-Erling Smørgrav <[email protected]> writes: > > You have converted your system to pkgbase and want to switch back to > > updating from source. > No, I had no chance to rescue a wrecked system other than using the > latest USB Flash snapshot CURRENT image, which doesn't contain an > offline working legacy install package.
Right, so you converted your system to pkgbase and want to revert to updating from source. > > Remember to run `make delete-old` after `make installworld` to remove > > files that were installed by pkgbase but are excluded from your build. > Done. It is slightly disturbing, because there is something to delete like > "/usr/sbin/cd|alias" which I consider as Shell commands ... ;-) We were previously required by POSIX to provide binaries for them, even though most of them cannot work except as a shell builtin. POSIX.1-2024 redesignated them as “intrinsic utilities” and dropped the requirement, so I deleted them. DES -- Dag-Erling Smørgrav - [email protected]
