https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210031
Allan Jude <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Assignee|[email protected] |[email protected] Status|New |In Progress --- Comment #2 from Allan Jude <[email protected]> --- I found the problem, it is a regression When tcpdump was switched for casperd to libcasper, the ifdef's were spelled 'HAVE_CAPSPER', seemingly on purpose, but the define via the make file, spells it correctly, HAVE_CASPER, so the code to create the files safely within capsicum, is never compiled into tcpdump. Opps. I will talk to the author of the code today or tomorrow at BSDCan, and get it resolved. -- 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]"
