- 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:
rafan 2009-06-22 15:00:15 +00:00
parent c2d859a835
commit ce1f4c0ee4

View File

@ -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"