FreeBSD Bugzilla – Attachment 171593 Details for
Bug 206291
rc.subr: limits(1) is unavailable before /usr is mounted
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Possible rc.d/ddb patch to circumvent default start behaviour in rc.subr.
rc.d-ddb.patch (text/plain), 425 bytes, created by
Cy Schubert
on 2016-06-20 05:51:28 UTC
(
hide
)
Description:
Possible rc.d/ddb patch to circumvent default start behaviour in rc.subr.
Filename:
MIME Type:
Creator:
Cy Schubert
Created:
2016-06-20 05:51:28 UTC
Size:
425 bytes
patch
obsolete
>Index: rc.d/ddb >=================================================================== >--- rc.d/ddb (revision 302001) >+++ rc.d/ddb (working copy) >@@ -15,6 +15,7 @@ > rcvar="ddb_enable" > command="/sbin/${name}" > start_precmd="ddb_prestart" >+start_cmd="ddb_start" > stop_cmd=":" > > ddb_prestart() >@@ -25,6 +26,11 @@ > fi > } > >+ddb_start() >+{ >+ ${command} ${command_args} >+} >+ > load_rc_config $name > > required_files="${ddb_config}"
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 206291
:
171592
| 171593