pcap and lpcap dependencies

Tim Kellers timothyk at wallnet.com
Sat Jan 5 18:31:57 PST 2008


Piotr wrote:
> hi
>
> howto find out ALL installed packages depending on pcap and lpcap ?
> I have 6.2-RELEASE-p9. 
>
>
>
>
> _______________________________________________
> Join Excite! - http://www.excite.com
> The most personalized portal on the Web!
>
>
> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"
>
>
>   
You can start with:
#find /usr/local /usr/X11R6 -type f | xargs pkg_which -v | fgrep 'pcap'

Tim



More information about the freebsd-ports mailing list