Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jul 1998 22:59:45 +0200
From:      dirk.meyer@dinoex.sub.org (Dirk Meyer)
To:        freebsd-isdn@FreeBSD.ORG
Subject:   improvement for rc.isdn
Message-ID:  <gHBfVBaDKL@dmeyer.dinoex.sub.org>

next in thread | raw e-mail | index | archive | help

I use an auto-dection of the terminal type for isdnd.
this saves a lot of work if you boot diffrent kernels.

kind regards Dirk

-- Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
-- Tel. +49-5606-6512

# terminal type for fullscreen mode (this is for the pcvt VT220 emulator)
out_typ=cons25
# pcvt-Config
if test -x /usr/sbin/ispcvt 
then
	if /usr/sbin/ispcvt
	then
		out_typ=pcvt25
	fi
fi


.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isdn" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?gHBfVBaDKL>