Merge from the 2.2 branch: call our `vi' by its right name.

Detected by:	jkh
This commit is contained in:
Joerg Wunsch 1996-11-09 12:08:57 +00:00
parent 1553b61593
commit 627ba2cd2b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19566
2 changed files with 8 additions and 10 deletions

View file

@ -1,4 +1,4 @@
# $Id: fixit_crunch.conf,v 1.7 1996/07/29 09:17:12 jkh Exp $
# $Id: fixit_crunch.conf,v 1.8.2.1 1996/11/06 22:48:03 joerg Exp $
# first, we list the source dirs that our programs reside in. These are
# searched in order listed to find the dir containing each program.
@ -31,10 +31,9 @@ ln chown chgrp
# /usr/bin stuff
progs ftp rsh sed telnet rlogin common find grep
ln common vi
ln common view
ln common ex
progs ftp rsh sed telnet rlogin vi find grep
ln vi view
ln vi ex
# finally, we specify the libraries to link in with our binary

View file

@ -1,4 +1,4 @@
# $Id: fixit_crunch.conf,v 1.7 1996/07/29 09:17:12 jkh Exp $
# $Id: fixit_crunch.conf,v 1.8.2.1 1996/11/06 22:48:03 joerg Exp $
# first, we list the source dirs that our programs reside in. These are
# searched in order listed to find the dir containing each program.
@ -31,10 +31,9 @@ ln chown chgrp
# /usr/bin stuff
progs ftp rsh sed telnet rlogin common find grep
ln common vi
ln common view
ln common ex
progs ftp rsh sed telnet rlogin vi find grep
ln vi view
ln vi ex
# finally, we specify the libraries to link in with our binary