|
5/27 |
2000/11/13-14 [Computer/SW/Editors/Vi] UID:19755 Activity:very high |
11/13 Damn it! Everytime soda gets rebooted, I get a bunch of messages saying that nvi saved the file /etc/pw.??????. These files don't exist anymore, but I still get the email! How can I get this email message to stop? \_ For each file, run "vi -r filename" and then exit vi. \_ try runnin this: -ERic find /var/tmp/vi.recover -user `whoami` | xargs -t rm |