From owner-svn-src-head@FreeBSD.ORG Tue Aug 26 11:13:47 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B1A85CF5; Tue, 26 Aug 2014 11:13:47 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6B3C539E3; Tue, 26 Aug 2014 11:13:47 +0000 (UTC) Received: from fwd08.aul.t-online.de (fwd08.aul.t-online.de [172.20.26.151]) by mailout01.t-online.de (Postfix) with SMTP id 86E1057F852; Tue, 26 Aug 2014 13:08:36 +0200 (CEST) Received: from [192.168.119.33] (E2tRqGZfohdQUX8McGRTGxA-wEIGduaPuiJlpT1NcYE9y6IVsX3p4gp9H53KFuug8Y@[84.154.101.219]) by fwd08.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1XMEc2-1HNMIK0; Tue, 26 Aug 2014 13:08:30 +0200 Message-ID: <53FC6AAC.3010201@freebsd.org> Date: Tue, 26 Aug 2014 13:08:28 +0200 From: Stefan Esser User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Marius Strobl Subject: Re: svn commit: r270647 - in head: etc/defaults share/man/man4 share/man/man5 share/man/man7 share/man/man8 References: <201408260813.s7Q8DUhM043859@svn.freebsd.org> <20140826085313.GC722@alchemy.franken.de> In-Reply-To: <20140826085313.GC722@alchemy.franken.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-ID: E2tRqGZfohdQUX8McGRTGxA-wEIGduaPuiJlpT1NcYE9y6IVsX3p4gp9H53KFuug8Y X-TOI-MSGID: 07d9446c-1d4f-4931-8711-86f1dcb9325b Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 11:13:47 -0000 Am 26.08.2014 um 10:53 schrieb Marius Strobl: > On Tue, Aug 26, 2014 at 08:13:30AM +0000, Stefan Esser wrote: >> Author: se >> Date: Tue Aug 26 08:13:30 2014 >> New Revision: 270647 >> URL: http://svnweb.freebsd.org/changeset/base/270647 >> >> Log: >> Add references to vt(4) and the configuration files in /usr7share/vt where >> appropriate (i.e. where syscons was already mentioned and vt supports the >> feature). Comments in defaults/rc.conf are updated to match the contents >> of the modified man-page rc.conf(5). >> >> Reviewed by: pluknet, emaste >> MFC after: 3 days >> > > <...> > >> Modified: head/share/man/man4/splash.4 >> ============================================================================== >> --- head/share/man/man4/splash.4 Tue Aug 26 06:31:52 2014 (r270646) >> +++ head/share/man/man4/splash.4 Tue Aug 26 08:13:30 2014 (r270647) >> @@ -245,6 +245,7 @@ bitmap_name="/boot/splash.bin" >> .Xr vidcontrol 1 , >> .Xr syscons 4 , >> .Xr vga 4 , >> +.Xr vt 4 , >> .Xr loader.conf 5 , >> .Xr rc.conf 5 , >> .Xr kldload 8 , >> @@ -285,6 +286,8 @@ code. >> .Sh CAVEATS >> Both the splash screen and the screen saver work with >> .Xr syscons 4 >> + or >> +.Xr vt 4 >> only. >> .Sh BUGS >> If you load a screen saver while another screen saver has already >> > > That information is incorrect; vt(4) has only very limited splash > screen support and doesn't interface with splash(4) for that. Screen > saver support even is entirely nonexistent with vt(4) to date. Hi Marius, thank you for pointing that out. I had added vt(4) behind comment markers in that file, since I did not know whether splash(4) was used with vt or not. From the feedback that I received, I assumed that it should work (and I seemed to remember that there was some kind of splash support in vt), but apparently in error. I'll back-out the change from splash.4 then ... Best regards, STefan