svn commit: r270647 - in head: etc/defaults share/man/man4 share/man/man5 share/man/man7 share/man/man8
Stefan Esser
se at freebsd.org
Tue Aug 26 11:13:47 UTC 2014
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
More information about the svn-src-head
mailing list