From b2665bd8c98acb203c24a0c089e0cccc04bc4350 Mon Sep 17 00:00:00 2001 From: bostic Date: Sat, 22 Jan 1994 20:47:16 +0000 Subject: [PATCH] rc.local if statement was missing a "fi" --- docs/vi.ref/vi.ref | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/vi.ref/vi.ref b/docs/vi.ref/vi.ref index f072abf2..4546b7d9 100644 --- a/docs/vi.ref/vi.ref +++ b/docs/vi.ref/vi.ref @@ -3,7 +3,7 @@ .\" .\" %sccs.include.redist.roff% .\" -.\" $Id: vi.ref,v 8.4 1994/01/21 15:09:19 bostic Exp $ (Berkeley) $Date: 1994/01/21 15:09:19 $ +.\" $Id: vi.ref,v 8.5 1994/01/22 20:47:16 bostic Exp $ (Berkeley) $Date: 1994/01/22 20:47:16 $ .\" .Dd "%Q%" .Dt EX/VI 1 @@ -290,7 +290,7 @@ using the .Fl t flag of sendmail (or a similar mechanism in other mailers). A simple way to do this is to insert the following script into your -rc.local file: +rc.local (or other startup) file: .sp .ne 7v .Bd -literal -offset indent -compact @@ -301,6 +301,7 @@ if [ "$virecovery" != "/var/tmp/vi.recover/recover.*" ]; then for i in $virecovery; do sendmail -t < $i done +fi .Ed .Pp If -- 2.11.4.GIT