mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
- Fall-back to /etc/termcap.small if there is no /usr/share/misc/termcap
(i.e. /etc/termcap). This can be useful when using /rescue/vi while /usr is not (or unable to be) mounted. The termcap.small can be found in src/etc/termcap.small. PR: bin/80256 (audit-trail) Submitted by: Brian Candler <B.Candler at pobox.com>, Alex Kozlov <spam at rm-rf.kiev.ua> MFC after: 1 month
This commit is contained in:
parent
571e8e20da
commit
be5888e34c
1 changed files with 1 additions and 1 deletions
|
|
@ -30,5 +30,5 @@
|
|||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#define _PATH_DEF ".termcap /usr/share/misc/termcap"
|
||||
#define _PATH_DEF ".termcap /usr/share/misc/termcap /etc/termcap.small"
|
||||
#define _PATH_DEF_SEC "/usr/share/misc/termcap"
|
||||
|
|
|
|||
Loading…
Reference in a new issue