diff options
author | joerg <joerg@FreeBSD.org> | 1996-11-09 12:08:57 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1996-11-09 12:08:57 +0000 |
commit | 3f3155c6dba4879991f695fd81684e699ce13007 (patch) | |
tree | b276276fea2e3493f4ab8bf41856c410da7d7015 /release/alpha | |
parent | 99f986b1f650f177556443cc3e93056a20448c61 (diff) | |
download | FreeBSD-src-3f3155c6dba4879991f695fd81684e699ce13007.zip FreeBSD-src-3f3155c6dba4879991f695fd81684e699ce13007.tar.gz |
Merge from the 2.2 branch: call our `vi' by its right name.
Detected by: jkh
Diffstat (limited to 'release/alpha')
-rw-r--r-- | release/alpha/fixit_crunch.conf | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/release/alpha/fixit_crunch.conf b/release/alpha/fixit_crunch.conf index 9dc1874..8cc9f37 100644 --- a/release/alpha/fixit_crunch.conf +++ b/release/alpha/fixit_crunch.conf @@ -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 |