rmconfig from all ports tree

claudiu vasadi claudiu.vasadi at gmail.com
Wed Jul 21 23:55:34 UTC 2010


one solution I just created would be:

for i in `find /usr/ports/ -type directory -print`; do `cd $i && make
rmconfig`;done

but I am wondering if there is a "official way". man portsclean did not give
me any options to do it.


Another thing would be to make rmconfig in all dir's that are required to be
installed by a particular meta-port, for instance kde/gnome/xfce.

>


More information about the freebsd-questions mailing list