Date: Thu, 22 Jul 2010 01:55:32 +0200 From: claudiu vasadi <claudiu.vasadi@gmail.com> To: freebsd-questions@freebsd.org Subject: Re: rmconfig from all ports tree Message-ID: <AANLkTilrDpZrfZndEXBl0tTOcvWTSH5PNyZk0KML-JTW@mail.gmail.com> In-Reply-To: <AANLkTimgAAZPQ6HBB7gjYd1AdjkFgteTuCDHG1HAc-vJ@mail.gmail.com> References: <AANLkTimgAAZPQ6HBB7gjYd1AdjkFgteTuCDHG1HAc-vJ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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. >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTilrDpZrfZndEXBl0tTOcvWTSH5PNyZk0KML-JTW>