Recover vi recovery files on reboot.

Closes pr misc/556 and others.
This commit is contained in:
Paul Traina 1995-10-28 23:32:26 +00:00
parent ee15822acd
commit e5d7c0b3cc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11899

6
etc/rc
View File

@ -1,5 +1,5 @@
#!/bin/sh
# $Id: rc,v 1.72 1995/09/19 08:33:42 jkh Exp $
# $Id: rc,v 1.73 1995/09/19 10:19:39 jkh Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@ -248,8 +248,8 @@ then
fi
# Recover vi editor files.
virecovery=/var/tmp/vi.recover/recover.*
if [ "$virecovery" != "/var/tmp/vi.recover/recover.*" ]; then
virecovery='echo /var/tmp/vi.recover/recover.*'
if [ "$virecovery" != '/var/tmp/vi.recover/recover.*' ]; then
echo 'Recovering vi editor sessions'
for i in $virecovery; do
sendmail -t < $i