https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242971
--- Comment #2 from Philippe Michel <[email protected]> --- Thanks for the explanation. Still, there is something wrong with the current behaviour. With WITHOUT_CASPER=true, the following files are installed by make installworld and deleted by a subsequent make delete-old: >>> Removing old files (only deletes safe to delete libs) remove /usr/include/libcasper.h? y remove /usr/share/man/man3/cap_clone.3.gz? y remove /usr/share/man/man3/cap_close.3.gz? y remove /usr/share/man/man3/cap_init.3.gz? y remove /usr/share/man/man3/cap_limit_get.3.gz? y remove /usr/share/man/man3/cap_limit_set.3.gz? y remove /usr/share/man/man3/cap_recv_nvlist.3.gz? y remove /usr/share/man/man3/cap_send_nvlist.3.gz? y remove /usr/share/man/man3/cap_service_open.3.gz? y remove /usr/share/man/man3/cap_sock.3.gz? y remove /usr/share/man/man3/cap_unwrap.3.gz? y remove /usr/share/man/man3/cap_wrap.3.gz? y remove /usr/share/man/man3/cap_xfer_nvlist.3.gz? y That doesn't make sense. Either they are useful even without Casper and delete-old shouldn't remove them, or they are not and they shouldn't have been installed. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
