Subject: Re: Pkgsrc error To: None <port-i386@netbsd.org> From: Andy Ball <ball@cyberspace.org> List: port-i386 Date: 03/04/2002 21:44:30
Hello David,
DAW> So, how long is the script? Is it something you can send to the
> list here? Or is it custom for your machine?
It went something like...
for i in `pkg_info|cut -d " " -f -1`
do
pkg_delete -f $i
done
Regards,
- Andy Ball.