FreeBSD Bugzilla – Attachment 174540 Details for
Bug 212493
/etc/rc.subr's new limits + chdir will cause limits to run on chdir instead of prog
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
rc.subr.diff
rc.subr.diff (text/plain), 483 bytes, created by
Ultima
on 2016-09-08 18:02:06 UTC
(
hide
)
Description:
rc.subr.diff
Filename:
MIME Type:
Creator:
Ultima
Created:
2016-09-08 18:02:06 UTC
Size:
483 bytes
patch
obsolete
>--- etc/rc.subr.orig 2016-09-08 13:44:39.559719000 -0400 >+++ etc/rc.subr 2016-09-08 13:47:43.183648000 -0400 >@@ -1054,6 +1054,7 @@ > else > _doit="\ > ${_chdir:+cd $_chdir && }\ >+limits -C $_login_class \ > ${_fib:+setfib -F $_fib }\ > ${_env:+env $_env }\ > $command $rc_flags $command_args" >@@ -1071,9 +1072,6 @@ > fi > fi > >- # Prepend default limits >- _doit="limits -C $_login_class $_doit" >- > # run the full command > # > if ! _run_rc_doit "$_doit"; then
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 212493
:
174540
|
175378