On 2016/06/04 07:32, Amit Kulkarni wrote:
> When I see those bad system major messages I usually Ctrl + C pkg_add and
> then wait a day or two

A safer way is to keep an eye on source-changes (or the odc/owc lists,
or tail CVSROOT/ChangeLog) if you're running -current, and watch out for
library bumps.

> > Inspect if there's nothing which you had missed:
> >
> >         doas sysclean
> >
> > then simply:
> >
> >         doas sysclean | while read $file ; do doas rm -fr "$file" ; done
> >
> 
> Raf, you are brave!

I think so too. I normally write this out to a file and edit it.

With moreutils installed, "sysclean | vidir -" is quite convenient
(delete the lines in your editor and exit, then it deletes the
files matching the lines you deleted).

Reply via email to