Remove elvis editor preserve stuff. We don't have elvis in 2.0 (nor am

I aware of anyone who wants it given that we have nvi).
This commit is contained in:
Paul Traina 1994-09-26 16:52:04 +00:00
parent 380cab623b
commit 3639a13133

8
etc/rc
View File

@ -1,5 +1,5 @@
#!/bin/sh
# $Id: rc,v 1.31 1994/09/23 18:02:22 davidg Exp $
# $Id: rc,v 1.32 1994/09/24 03:42:08 wollman Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@ -123,12 +123,6 @@ then
'password file may be incorrect -- /etc/ptmp exists'
fi
# Recover elvis editor files.
echo preserving editor files
(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]*)
# Recover vi editor files.
virecovery=/var/tmp/vi.recover/recover.*
if [ "$virecovery" != "/var/tmp/vi.recover/recover.*" ]; then