On 11/18/2012 12:18 AM, Paul Schmehl wrote:
# for p
in `pkg_info -ao | grep '.*/.*' | sed 's;.*;/usr/ports/&;'`
{
cd $p && make deinstall
}


All that to accomplish this? pkg_deinstall -fa
Good one. Thanks.

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"

Reply via email to