mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Merge from the 2.2 branch: call our `vi' by its right name.
Detected by: jkh
This commit is contained in:
parent
1553b61593
commit
627ba2cd2b
2 changed files with 8 additions and 10 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue