Subject: Re: vi.recover never gets cleaned up
To: VaX#n8 <vax@carolina.rr.com>
From: Jeremy C. Reed <reed@reedmedia.net>
List: current-users
Date: 02/24/2004 19:40:39
On Tue, 24 Feb 2004, VaX#n8 wrote:

> At every boot I keep getting email about files I finished editing long ago.
> Is there something in NetBSD that cleans them out of /var/tmp/vi.recover,
> or are we supposed to do that manually?

Just do the "vi -r ..." like it suggests.

By the way, my /etc/weekly includes:

if checkyesno virecover && [ -x /usr/libexec/virecover ]; then
        echo ""
        echo "Report about vi(1) recovery files."
        /usr/libexec/virecover
fi


I'd like a way to only report on vi recovery files when vi is really not
editing them (in other words don't show the edited files if vi is still
running on it) . Anyone know?


   Jeremy C. Reed
   http://www.reedmedia.net/