Date: Mon, 11 Oct 1999 12:04:07 +0200 (CEST) From: A.Leidinger@WJPServer.CS.Uni-SB.de To: isdn@FreeBSD.ORG Subject: Re: i4b log message format (was: Re: Setting up i4b) Message-ID: <199910111004.MAA21017@work.net.local> In-Reply-To: <19991009111107.B44925@server.nostromo.in-berlin.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On 9 Okt, H. Eckert wrote: > This one's easy: > In /etc/rc.isdn change > isdn_ttype=cons25 > to > isdn_ttype=cons60l1wide > /usr/sbin/vidcontrol VESA_132x60 < ${isdn_fsdev} Yes, it's easy, but I was thinking about an official way, e.g.: isdn_ttype?=cons25 if [ -n "${isdn_screenflags}" ]; then /usr/sbin/vidcontrol < ${isdn_fsdev} ${isdn_screenflags} fi now you just have to set isdn_ttype and isdn_screenflags in rc.conf. Bye, Alexander. -- Dead men tell no tales. Then again, neither do mimes. http://netchild.home.pages.de A.Leidinger+Home @ WJPServer.CS.Uni-SB.de 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?199910111004.MAA21017>