Date: Tue, 07 May 2024 13:46:06 +0100 From: Jamie Landeg-Jones <jamie@catflap.org> To: current@freebsd.org Subject: termcap.db unused? Message-ID: <202405071246.447Ck6wt080493@donotpassgo.dyslexicfish.net>
next in thread | raw e-mail | index | archive | help
I was looking at a ktrace dump file recently (/bin/ls) and noticed that during initialisation, it attempted to read /etc/termcap.db - as that failed, it then read the text version pointed to by /etc/termcap Adding a link: /etc/termcap.db -> /usr/share/misc/termcap.db caused subsequent runs to use the termcap.db version. Is there any reason why /etc/termcap is linked, whilst /etc/termcap.db isn't? And if so, what's the purpose of /usr/share/misc/termcap.db ? Cheers, Jamie
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405071246.447Ck6wt080493>