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.

>
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to