I'm going to be changing over to the new pkgng management system (ports-mgmt/pkg), but I had a question about the older
I've used
BTW: The
pkg_delete command.I've used
pkg_delete to delete a package and it removes the binaries and libraries asociated with the package, but I notice it doesn't remove everything. I see see files in /usr/local/man or /usr/local/share that are part of the package that I deleted. I thought pkg_delete was suppose to delete every file that is associated with the package that you delete.BTW: The
pkg_info command confirms that the package is deleted, but what about all these other files that stay on your hard drive.