Correction so that elvisrecover finds the right files!

>From: chmr@edvz.tu-graz.ac.at (Christoph Robitschko)
Date: Fri, 21 Feb 1992 09:40:35 +0100 (MET)

The last version expected elvis* files in /var/tmp, while elvis puts
elv* files there.
This commit is contained in:
Rodney W. Grimes 1994-02-21 11:28:45 +00:00
parent 2da7751051
commit dc19eae2f3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1189

4
etc/rc
View File

@ -1,5 +1,5 @@
#!/bin/sh
# $Id: rc,v 1.17 1994/02/21 02:47:47 rgrimes Exp $
# $Id: rc,v 1.18 1994/02/21 03:16:43 rgrimes Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@ -118,7 +118,7 @@ fi
# Recover elvis editor files.
echo preserving editor files
(cd /var/tmp && /usr/libexec/elvispreserve "-the system rebooted" elvis* &&
(cd /var/tmp && /usr/libexec/elvispreserve "-the system rebooted" elv* &&
rm -f elvis[0-9a-f][0-9a-f][0-9a-f][0-9a-f]* \
elvis_[0-9a-f][0-9a-f][0-9a-f][0-9a-f]*)