FreeBSD Bugzilla – Attachment 222830 Details for
Bug 249192
/etc/rc changes to support new rcorder -p option for parallel startup.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
$' ' is incorrect, it must include all whitespace
rc.diff (text/plain), 709 bytes, created by
Cy Schubert
on 2021-02-25 18:53:12 UTC
(
hide
)
Description:
$' ' is incorrect, it must include all whitespace
Filename:
MIME Type:
Creator:
Cy Schubert
Created:
2021-02-25 18:53:12 UTC
Size:
709 bytes
patch
obsolete
>diff --git a/libexec/rc/rc b/libexec/rc/rc >index b5bc188fc7c0..92eb5c48aab7 100644 >--- a/libexec/rc/rc >+++ b/libexec/rc/rc >@@ -105,7 +105,7 @@ files=`rcorder ${skip} ${skip_firstboot} ${_rc_parallel} /etc/rc.d/* 2>/dev/null > _rc_elem_done=' ' > IFS=$'\n' > for _rc_group in ${files}; do >- IFS=$' ' >+ unset IFS > for _rc_elem in ${_rc_group}; do > run_rc_script ${_rc_elem} ${_boot} & > _rc_elem_done="${_rc_elem_done}${_rc_elem} " >@@ -138,7 +138,7 @@ fi > files=`rcorder ${skip} ${skip_firstboot} /etc/rc.d/* ${local_rc} ${_rc_parallel} 2>/dev/null` > IFS=$'\n' > for _rc_group in ${files}; do >- IFS=$' ' >+ unset IFS > for _rc_elem in ${_rc_group}; do > case "$_rc_elem_done" in > *" $_rc_elem "*) continue ;;
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 249192
:
217835
|
217864
|
217979
| 222830 |
247078