FreeBSD Bugzilla – Attachment 18428 Details for
Bug 33132
Patch to handle otherscreens similiar to allscreens
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 901 bytes, created by
rand
on 2001-12-24 00:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
rand
Created:
2001-12-24 00:20:00 UTC
Size:
901 bytes
patch
obsolete
>--- rc.syscons.orig Sun Dec 23 18:01:52 2001 >+++ rc.syscons Sun Dec 23 18:07:03 2001 >@@ -180,12 +180,36 @@ > done > fi > >+# set this mode for all virtual screens except for ttyv0 >+# >+if [ -n "${otherscreens_flags}" ]; then >+ echo -n ' otherscreens' >+ for ttyv in /dev/ttyv*; do >+ case ${ttyv} in >+ /dev/ttyv0) >+ ;; >+ *) >+ vidcontrol ${otherscreens_flags} < ${ttyv} > ${ttyv} 2>&1 >+ ;; >+ esac >+ done >+fi >+ > # set this keyboard more for all virtual terminals > # > if [ -n "${allscreens_kbdflags}" ]; then > echo -n ' allscreens_kbd' > for ttyv in /dev/ttyv*; do > kbdcontrol ${allscreens_kbdflags} < ${ttyv} > ${ttyv} 2>&1 >+ done >+fi >+ >+# set this keyboard more for all virtual terminals except for ttyv0 >+# >+if [ -n "${otherscreens_kbdflags}" ]; then >+ echo -n ' otherscreens_kbd' >+ for ttyv in /dev/ttyv*; do >+ kbdcontrol ${otherscreens_kbdflags} < ${ttyv} > ${ttyv} 2>&1 > done > fi
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 33132
: 18428