FreeBSD Bugzilla – Attachment 17375 Details for
Bug 31555
rc.syscons does not run standalone
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 461 bytes, created by
Seth Kingsley
on 2001-10-28 16:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Seth Kingsley
Created:
2001-10-28 16:50:00 UTC
Size:
461 bytes
patch
obsolete
>--- rc.syscons.orig Sun Oct 28 09:11:41 2001 >+++ rc.syscons Sun Oct 28 09:10:38 2001 >@@ -28,6 +28,16 @@ > # Do syscons configuration > # > >+# Suck in the configuration variables. >+if [ -z "${source_rc_confs_defined}" ]; then >+ if [ -r /etc/defaults/rc.conf ]; then >+ . /etc/defaults/rc.conf >+ source_rc_confs >+ elif [ -r /etc/rc.conf ]; then >+ . /etc/rc.conf >+ fi >+fi >+ > # stdin must be redirected because it might be for a serial console > # > kbddev=/dev/ttyv0
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 31555
: 17375