mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-21 07:15:49 +00:00
stand: Fix defaults file
Currently, quotes in a comment lead to mal-formed lines warnings. Remove
the quotes since it doesn't matter. The underlying bug likely should be
fixed, but since stability week is neigh, workaround this.
Fixes: 7df3e400ea
Sponsored by: Netflix
Reviewed by: bcran
Differential Revision: https://reviews.freebsd.org/D47201
This commit is contained in:
parent
53314e34d5
commit
ef48b2954e
@ -27,7 +27,7 @@ vesa_load="NO" # Set this to YES to load the vesa module
|
||||
bitmap_load="NO" # Set this to YES if you want splash screen!
|
||||
bitmap_name="splash.bmp" # Set this to the name of the file
|
||||
bitmap_type="splash_image_data" # and place it on the module_path
|
||||
splash="/boot/images/freebsd-logo-rev.png" # Set boot_mute="YES" to load it
|
||||
splash="/boot/images/freebsd-logo-rev.png" # Set boot_mute=YES to load it
|
||||
|
||||
### Screen saver modules ###################################
|
||||
# This is best done in rc.conf
|
||||
|
Loading…
Reference in New Issue
Block a user