Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 2002 13:33:52 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        stan <stanb@awod.com>
Cc:        Free BSD Questions list <freebsd-questions@freebsd.org>
Subject:   Re: vidcontrol -s # does not work in rc script
Message-ID:  <20020301113352.GB376@hades.hell.gr>
In-Reply-To: <20020227145609.GB19056@teddy.fas.com>
References:  <20020227145609.GB19056@teddy.fas.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-02-27 09:56, stan wrote:
> I'm trying to do soemthing that I thought would be simple, but it is not
> working.
> 
> I have created a simple shell script in /usr/local/etc/rc.d that does this:
> 
> vidcontrol -s 4
> 
> When the system boots.

Try redirecting vidcontrol's stdin/stdout to a terminal :P

	vidcontrol -s 4 < /dev/ttyv0

Giorgos Keramidas                           FreeBSD Documentation Project
keramida@{freebsd.org,ceid.upatras.gr}      http://www.FreeBSD.org/docproj/

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




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