FreeBSD Bugzilla – Attachment 45572 Details for
Bug 70231
Beastie not by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.56 KB, created by
Hanspeter Roth
on 2004-08-09 23:40:27 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Hanspeter Roth
Created:
2004-08-09 23:40:27 UTC
Size:
1.56 KB
patch
obsolete
>diff -ru sys.orig/boot/forth/beastie.4th sys/boot/forth/beastie.4th >--- sys.orig/boot/forth/beastie.4th Fri Jan 9 20:20:47 2004 >+++ sys/boot/forth/beastie.4th Tue Aug 10 00:01:36 2004 >@@ -93,7 +93,34 @@ > at-xy ." `--{__________)" > ; > >+: print-banner ( x y -- ) >+ 2dup at-xy ." " 1+ >+ 2dup at-xy ." " 1+ >+ 2dup at-xy ." ______" 1+ >+ 2dup at-xy ." / ____/_______ ___" 1+ >+ 2dup at-xy ." / /_ / ___/ _ \/ _ \" 1+ >+ 2dup at-xy ." / __/ / / / __/ __/" 1+ >+ 2dup at-xy ." /_/ /_/ \___/\___/" 1+ >+ 2dup at-xy ." " 1+ >+ 2dup at-xy ." ____ _____ ____" 1+ >+ 2dup at-xy ." / __ ) ___// __ \" 1+ >+ 2dup at-xy ." / __ \__ \/ / / /" 1+ >+ 2dup at-xy ." / /_/ /__/ / /_/ /" 1+ >+ at-xy ." /_____/____/_____/" >+ exit >+; >+ > : print-beastie ( x y -- ) >+ s" loader_banner" getenv >+ dup -1 = if >+ drop >+ print-banner >+ exit >+ then >+ s" YES" compare-insensitive 0= if >+ print-banner >+ exit >+ then > s" loader_color" getenv > dup -1 = if > drop >diff -ru sys.orig/boot/forth/loader.conf sys/boot/forth/loader.conf >--- sys.orig/boot/forth/loader.conf Fri Aug 6 17:06:06 2004 >+++ sys/boot/forth/loader.conf Tue Aug 10 00:05:10 2004 >@@ -47,6 +47,7 @@ > > #autoboot_delay="10" # Delay in seconds before autobooting > #beastie_disable="NO" # Turn the beastie boot menu on and off >+#loader_banner="YES" # Display banner rather than Beastie > #console="vidconsole" # Set the current console > #currdev="disk1s1a" # Set the current device > module_path="/boot/modules" # Set the module search path
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 70231
: 45572