Date: Wed, 19 Jul 2000 01:25:45 -0400 From: Peter Radcliffe <pir@pir.net> To: freebsd-stable@freebsd.org Subject: Re: Color ls Message-ID: <20000719012545.E29813@pir.net> In-Reply-To: <20000719000140.A4627@caffeine.gerp.org>; from kdulzo@caffeine.gerp.org on Wed, Jul 19, 2000 at 12:01:40AM -0500 References: <20000718181048.A99509@wopr.caltech.edu> <200007190145.SAA20697@mass.osd.bsdi.com> <20000719000140.A4627@caffeine.gerp.org>
next in thread | previous in thread | raw e-mail | index | archive | help
"Kevin M. Dulzo" <kdulzo@caffeine.gerp.org> probably said: > right ways or wrong ways aside, try man termcap(5)/terminfo on your > destination system. Solaris I know for a fact supports a ~/.termcap > (indirectly) and terminfo databases. Its how I used to admin 30+ Solaris > boxes from my happy freebsd workstation. Crop the cons25|* entries youd like > and tic them on the machine as needed. Can do the same with xterm-color. There is already a terminfo entry for at386 on all remotely recent Solaris boxes, for the Solaris x86 console, which works with cons25. As a tcsh user, I put this in my .cshrc file on the Solaris boxes; if ( $?TERM ) then if ( "$TERM" == "cons25" ) setenv TERM at386 endif When I install Solaris machines I do; cd /usr/share/lib/terminfo/c ; ln -s ../a/at386 cons25 I'm mostly a Solaris admin. Either seems to work fine for me, although I don't push the FreeBSD console much anymore, and is less effort than getting the termcap/terminfo entries together :) Unfortunately there isn't an entry that I know of that works for colour xterms, but that can be solved as described above. I don't use them, so don't need it. P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000719012545.E29813>