FreeBSD Bugzilla – Attachment 118953 Details for
Bug 161401
[patch] have service(8) run scripts with the same resource limits as init(8)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 521 bytes, created by
sigsys
on 2011-10-08 21:00:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
sigsys
Created:
2011-10-08 21:00:04 UTC
Size:
521 bytes
patch
obsolete
>Index: usr.sbin/service/service.sh >=================================================================== >--- usr.sbin/service/service.sh (revision 225884) >+++ usr.sbin/service/service.sh (working copy) >@@ -110,7 +110,7 @@ > for dir in /etc/rc.d $local_startup; do > if [ -x "$dir/$script" ]; then > [ -n "$VERBOSE" ] && echo "$script is located in $dir" >- exec env -i HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin $dir/$script $* >+ exec limits -C daemon -E HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin $dir/$script $* > fi > done
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 161401
: 118953